This project serves our https://near.org landing/marketing pages.
This project requires Node 20. If you use nvm
, simply run:
nvm install
nvm use
This project requires pnpm version 9.1.1
. The strict version requirement will help keep our lockfile consistent as more developers contribute. Make sure you have the correct version of pnpm
installed:
pnpm -v # This should output 9.1.1
npm install -g [email protected] # Install the correct version if needed
Install all dependencies and run the dev server:
pnpm i
pnpm dev