- Install the dependencies with
yarn install
ornpm install
. - Copy the
.env.example
to.env
and update the fields to reflect your environment
- To compile the TypeScript source to
.js
files, runyarn build
ornpm run build
. - To start the server, run
yarn start
ornpm start
. - The project is now accessible http://localhost:3000.