-
Verify your system meets the requirements
node --version #> v17.8.0
-
Install global dependencies
npm install --global only-allow yarn prettier csslint corepack enable
-
Setup the frontend environment
git clone https://github.com/CollectiveFocus/CFM_Frontend frontend cd frontend git checkout dev yarn install yarn dev
in a different terminal window
start "Google Chrome" http://localhost:4000/ # Windows open -a "Google Chrome" http://localhost:4000/ # MacOS
Project Documentation
Developer Communication