This website was made as a test assignment for INT20H hackaton 2019
- Put
.envfile in the root of project with the following environment variables:
View EXAMPLE_DOTENV.env for an example.
- Install necessary dependencies
npm install- Build project.
npm run build:prod- Run server.
npm start