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/xdk78/ren-backend.git
- Via ssh
git clone [email protected]:xdk78/ren-backend.git
-
Now enter to app dir
cd ren-backend
-
Install depedencies
npm i
-
Create
.env
files (example in repo)- for development
.env
- for production
.env.production
- for development
-
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.