https://github.com/musicoin/developers
The official frontend of developers.musicoin.org
https://github.com/musicoin/developers
Last synced: 2 months ago
JSON representation
The official frontend of developers.musicoin.org
- Host: GitHub
- URL: https://github.com/musicoin/developers
- Owner: Musicoin
- Created: 2018-08-20T17:05:00.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-16T13:47:27.000Z (over 6 years ago)
- Last Synced: 2025-01-23T06:14:00.052Z (4 months ago)
- Language: JavaScript
- Homepage: https://developers.musicoin.org
- Size: 17.7 MB
- Stars: 2
- Watchers: 8
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# developers.musicoin.org
Current Status: MVP4 -1 endpoints complete
## Getting started
The project needs nodemon to be installed
`npm install nodemon -g`
`npm install --save-dev nodemon`As with any node directory, this also requires npm packages to be installed
`npm install`To build a compressed html version of the site, run
`npm run build`To serve the site locally, run
`npm start`Open [http://localhost:5000](http://localhost:5000) to view it in the browser.
The page will automatically reload if you make edits
You will also see lint errors (if any) in the console.## Other commands for development and deployment
### `npm run watch`
Builds the app for production to the `public` folder.
It correctly bundles React in develpment mode. It's slower and only for development.
You can make changes without having to run the script again.### `npm run production`
Builds the app for production to the `public` folder.
It correctly bundles React in production mode and optimizes the build for the best performance.You can make changes without having to run the script again. Ideal for development
## Other Repositories Needed
[api-dev-musicoin](https://github.com/Varunram/api-dev-musicoin) - backend necessary for the login, signup and forgot password routes to work