/yrgo-app

Primary LanguageJavaScript

Yrgo

The new Yrgo site

Setup Production

  1. You should have the wordpress api up & running first: https://github.com/thehink/yrgo-wordpress
  2. Run git clone https://github.com/thehink/yrgo-wordpress.git
  3. Run cd yrgo-wordpress
  4. Run yarn
  5. Copy .env_config to .env and define your environment settings
  6. Run yarn build to build production
  7. Run yarn start to run production build

Develop

  1. Run yarn develop to run development build

References