Readme

To run the project locally, run:

npm install
npm run dev

To run the project in production mode, run:

npm install
npm run dev:prod

Inside the .env.development there are some aws "export" variables, those variables need to be injected in the backend environment.