Sample project showcasing emprops-core
tools.
Install dependencies
yarn install
Setup the project
yarn setup
In case you don't have a .env
file, create a copy of .env.example
and name it .env
so you can set the corresponding values
cp .env.example .env
Run it
yarn start