Run yarn
to install dependencies.
Project uses dotenv
library to manage environment API key.
Before running the server you need to create .env
config file in project root directory.
IMPORTANT
.env
file is required and server will refuse to start without it.
Use below template pasting API Key relevant for your environment.
API_KEY=XXXXXXXXXXX_XXXXXX_XXXXX
- Running
yarn server
will start the server onlocalhost:9100
- Running
yarn dev
will start the app on portlocalhost:9000