Production version is live here: www.heylocal.de
- Have NodeJS version 10.23.0 or later.
- Have Yarn installed.
# install dependencies
$ npm install
# get the environment variables from heroku and set those in
# IntelliJ or run directly in terminal with all env vars...
$ NODE_ENV=development SANDBOX_URL=http://localhost:3000/ ... npm run dev