Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 244 Bytes

readme.md

File metadata and controls

15 lines (9 loc) · 244 Bytes

Example website built with Next

Setup

  • Version 8.1.2+ node. (NVM)
  • yarn install

To run the site at localhost:3000 in development mode:

  • yarn run dev

To deploy the site:

  • yarn run deploy:ci:dev
  • yarn run deploy:ci:prod