Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 426 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 426 Bytes

Next Template

Starter project made by www.cinnamon.agency

Prequisite

Having Node.js 12.22.0 or later installed.

Setup

  • git clone the repo with git clone https://github.com/Cinnamon-Agency/template-nextjs.git
  • install dependencies by running yarn install in repo root.
  • set up the .env file

Scripts

  • yarn dev - runs project in development mode
  • yarn build - builds the application for production