This project serves our https://near.org landing/marketing pages.
This project requires Node 20. If you use nvm, simply run:
nvm install
nvm useThis 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 pnpm@9.1.1 # Install the correct version if neededInstall all dependencies and run the dev server:
pnpm i
pnpm dev