F1 Simulator (backend) Installation $ yarn Building the app $ yarn build Running the app development: $ yarn start watch mode: $ yarn start:dev production mode: $ yarn start:prod Accessing the app http://localhost:3000 or the custom port you define in dotenv like :1337 or so.