Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jsunconf/contriboot
Contributions and Interests!
https://github.com/jsunconf/contriboot
Last synced: 5 days ago
JSON representation
Contributions and Interests!
- Host: GitHub
- URL: https://github.com/jsunconf/contriboot
- Owner: jsunconf
- Created: 2016-01-29T08:00:11.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-11T19:49:07.000Z (over 8 years ago)
- Last Synced: 2024-08-01T12:17:58.066Z (3 months ago)
- Language: CSS
- Size: 402 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - jsunconf/contriboot - Contributions and Interests! (others)
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
```