Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Installation

Curtis edited this page Mar 9, 2020 · 2 revisions

Installing

To get ChowMapper running on your system:

Install Node.JS (anything higher than version 10 should be fine)

Install Yarn or sudo npm i -g yarn

Clone this repo

git clone https://github.com/caf203/c1summit2020 && cd c1summit2020

Yarn install the dependencies

yarn install

Go to src/Constants.js and populate the required key constants with your own

Run the dev environment

yarn start

Go to http://localhost:3000

Styleguide

ChowMapper follows the JavaScript standard Standard

yarn run lint

That's it! landing page

Deployment

How to deploy Create React App

Built With

  • React
  • Yelp's Fusion API
  • Google Places API
  • Tensorflow.js
  • A dollop of creativity
Clone this wiki locally