- Fork the repository
- Clone it
- See the issues tab in github and try to add a new feature or improve design.
- Make sure everything is working. Test your code.
- Once you're sure everything works fine. You cann send a pull request.
- Run
npm install
in root folder. - Run
npm install
in name (client) folder. - In root folder Run
npm run dev
for testing and working on the project
- Node.js
- (optional) Run
npm i -S package-name
to install a specific package like concurrently or nodemon for your convinience.