- Install the dependencies with
yarn installornpm install. - Copy the
.env.exampleto.envand update the fields to reflect your environment
- To compile the TypeScript source to
.jsfiles, runyarn buildornpm run build. - To start the server, run
yarn startornpm start. - The project is now accessible http://localhost:3000.
