This is a main Landing Page for OpenPlaceReviews site
- Clone repo
- cd to repo folder
- set config environment values
It possible by copy .env.example to .env or set variables on host system environment
Environment variables:
NODE_ENV
BLOCK_LOAD_LIMIT
BLOCK_SIDEBAR_LIMIT
Then
- run
npm install
- run
npm run start
- start - build development boundle and open in browser
- build - build production boundle with minification