The landing and marketing pages for NEAR AI (blogs, RFPs, etc).
This project is built with Next JS and NEAR AI UI.
Install Node, NPM, and dependencies:
nvm install
nvm use
npm i
Create local .env
file:
cp .env.example .env
Run development server:
npm run dev
Pushing to the main
branch will deploy via Vercel.