Mono-repo for the Fulton County Election dashboard frontend and backend
- its recommended to use a node version manager of sorts. on linux/mac use nvm. on windows, there are two options:nvm-windowsandnvs. I prefernvs.
- 
make sure you are using node 20or higher (lts as of 2024)
- 
we use pnpmas package manager (to manage the monorepo, also its faster and uses less space) instead ofnpm. install bynpm -g pnpm.
- 
run pnpm install;