Pull the repo, and use Node.js >= 12. If you don't have Node.js, see instructions below
yarn install --pure-lockfile
yarn next dev # spawn dev server
Visit localhost:3000
in your browser.
- Install nvm.
nvm install 12
Pull the repo, and use Node.js >= 12. If you don't have Node.js, see instructions below
yarn install --pure-lockfile
yarn next dev # spawn dev server
Visit localhost:3000
in your browser.
nvm install 12