Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 624 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 624 Bytes

Near Org

This project serves our https://near.org landing/marketing pages.

Getting Started

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