The main FASTER website
- CMS - Payload CMS
- Front End - Next.js (version 13 - App Router)
- Database - MongoDB
- Image Storage - TBD
- Package Manager - Yarn
Designs are hosted on Figma. Reach out to Erin or Chris if you need access. design link
- install nvm
- use nvm to install node 18
nvm install 18
- if you have not set version 18 to your default, you can do so by running
nvm alias default
- if you have not set version 18 to your default, you can do so by running
- install yarn globally
npm install -g yarn
- clone the repo using
git clone
- run
cd <path-to-repo>/website-main
and then runyarn install
once you are in the repo's root directory - Reach out to Chris for the environment variables. Once obtained, create a
.env
file and add the environment variables there. - run
yarn dev
to start your local server - open the payload cms website on
http://localhost:3000/admin
- open the public facing website on
http://localhost:3000