Skip to content

Installation

David Germain edited this page Aug 20, 2018 · 1 revision

Prerequisites

  • Git — a version control system
  • Node.JS 8.11.4 LTS — a JavaScript run-time environment with lots of libraries
  • canary — CRUD API for the website
  • albatross — Analytics API for the website

Getting the source

  1. Navigate to where you'd like to save the project
  2. run git clone https://github.com/jp-chickadee-project/chickadee-frontend.git

Install project dependencies

  1. Navigate to inside the project
  2. Run npm install

Final setup

  1. Copy and rename config.example.js in the src folder to config.js
  2. Edit config.js to match the ports that your local instances of canary and albatross are running.
Clone this wiki locally