Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 285 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 285 Bytes

Sanity + Next.js frontend

install dependencies

$ npm install

or yarn

$ yarn install

Start next

$ npm dev

or yarn

$ yarn dev

build application

$ npm build

or yarn

$ yarn build