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-windows
andnvs
. I prefernvs
.
-
make sure you are using
node 20
or higher (lts as of 2024) -
we use
pnpm
as package manager (to manage the monorepo, also its faster and uses less space) instead ofnpm
. install bynpm -g pnpm
. -
run
pnpm install
;