Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 238 Bytes

File metadata and controls

15 lines (9 loc) · 238 Bytes

Z-Dev Website built with Next

Setup

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

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

  • npm run dev

To deploy the site:

  • npm run deploy:ci:dev
  • npm run deploy:ci:prod