Install dependencies.
yarn
Make a .env
file and change environment variables to fit your needs.
cp .env.example .env
Start server in development mode
yarn dev
To build bundle for production
NODE_ENV=production yarn build
To start server with built bundle
yarn start
No test yet