An instance of Redis must be running before starting the development server.
yarnTo setup your environment variables for development, copy the .env.sample file to .env:
cp .env.sample .envTo run the development server:
yarn devTo build for production:
yarn build