/CFM_Frontend

Primary LanguageJavaScriptMIT LicenseMIT

Community Fridge Map -- Frontend

System Requirements

  1. Node

System Setup

  1. Verify your system meets the requirements

    node --version
    #> v17.8.0
  2. Install global dependencies

    npm install --global only-allow yarn prettier csslint
    corepack enable
  3. 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

Resources

Project Documentation

Developer Communication