Giter VIP home page Giter VIP logo

cfm_frontend's Introduction

Fridge Finder

GitHub contributors Build Status

A community fridge is a decentralized resource where businesses and individuals can donate perishable food. There are dozens of fridges hosted by volunteers across the country. The Fridge Finder website is available at fridgefinder.app

Fridge Finder is a project sponsored by Collective Focus, a community organization in Brooklyn, New York. Our goal is to make it easy for people to find fridge locations and get involved with food donation programs in their community. We are building a responsive, mobile first, multi-lingual web application with administrative controls for fridge maintainers. To join the project read our contributing guidelines and code of conduct.

Made possible by contributions from these lovely people …

❤ Thank you for all your hard work

System Requirements

  1. Node

System Setup

  1. Verify your system meets the requirements

    node --version  # must be greater than 14.6.0
  2. Install global dependencies

    npm install --global yarn prettier svgo lint-staged concurrently json-server
    corepack enable # for yarn
  3. Setup the frontend environment

    git clone https://github.com/CollectiveFocus/CFM_Frontend frontend
    cd frontend
    git checkout dev
    yarn install
  4. Run the unit tests

    yarn test
  5. Run the application locally

    # to run both development database and Next.js web server
    yarn dev
    
    # to run only the web server
    yarn web
    
    # to run only the development database
    yarn data

    in a different terminal window

    start   "Google Chrome" http://localhost:3000/ # Windows
    open -a "Google Chrome" http://localhost:3000/ # MacOS

cfm_frontend's People

Contributors

bernardm avatar rcamach7 avatar spiteless avatar wheninseattle avatar hamaad102 avatar ioanat94 avatar 1jeanpaul1 avatar abstractdev avatar jaronaearle avatar seanred360 avatar 0916dhkim avatar scottly426 avatar

Stargazers

SKZ avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.