Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jsunconf/contriboot

Contributions and Interests!
https://github.com/jsunconf/contriboot

Last synced: 5 days ago
JSON representation

Contributions and Interests!

Awesome Lists containing this project

README

        

# Contriboot

Manage Contributions and Interests. Based on Firebase.

## Development

### Installation

Make sure you have the following commands installed:

```sh
brew install node
```

After cloning the repository, install all dependencies:

```sh
npm install
```

### Develop

Run the following command to start the server on localhost:

```sh
npm start
```

### Deploy

To build the application, run the following command:

```sh
npm run build
```