- Deploy MongoDB database
- Rename
.env.sample
file in.env
and fill necessary fields. - Run
yarn install
to install all project dependencies. - Go to the
backend
folder and runnode index.js
. - Go to the
frontend
folder and runyarn build
. - Run http server to serve static files in
frontend/dist
folder.
See DOCKER.MD for deploying instructions.