joeylaya / website-main

The main website for FASTER

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FASTER Website Main

The main FASTER website

Tech Stack

  • CMS - Payload CMS
  • Front End - Next.js (version 13 - App Router)
  • Database - MongoDB
  • Image Storage - TBD
  • Package Manager - Yarn

Designs

Designs are hosted on Figma. Reach out to Erin or Chris if you need access. design link

Set up your environment

  • 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
  • install yarn globally npm install -g yarn

Set up the codebase

  • clone the repo using git clone
  • run cd <path-to-repo>/website-main and then run yarn 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

About

The main website for FASTER


Languages

Language:TypeScript 88.5%Language:SCSS 10.2%Language:JavaScript 1.3%