If you want to help with the project, you can have a look at some issues. All help is much appreciated 🍻
-
Clone repo
- Via https
git clone https://github.com/nimebox/nimebox-api.git
- Via ssh
git clone [email protected]:nimebox/nimebox-api.git
- Via https
-
Now enter to app dir
cd nimebox-api
-
Install depedencies
npm i npm i -g vercel # required to run serverless functions
-
Running application
npm run dev
-
Running application in production mode
npm run build && npm start
-
Running linter
npm run lint
-
Running tests
npm test
This project is licensed under the MIT License - see the LICENSE file for details.