Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 412 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 412 Bytes

heylocal

Production version is live here: www.heylocal.de

Pre Configuration

  • Have NodeJS version 10.23.0 or later.
  • Have Yarn installed.

Build Setup

# 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