Starter project made by www.cinnamon.agency
Having Node.js 12.22.0 or later installed.
- 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
yarn dev
- runs project in development modeyarn build
- builds the application for production