Main Github Page
- Node ~18.16
- Next ^13.4
- React ^18.2.0
This project uses Vercel. Local versions of core technologies (Node, NPM, Next, & React) should be inline with what they use.
- Install EditorConfig for your text editor if needed.
brew update && brew upgrade && brew install gh
brew install node && brew install nvm
nvm install 'v18.16' && nvm use
cp .env.sample .env
npm install && npm run dev