-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
David Germain edited this page Aug 20, 2018
·
1 revision
- 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
- Navigate to where you'd like to save the project
- run
git clone https://github.com/jp-chickadee-project/chickadee-frontend.git
- Navigate to inside the project
- Run
npm install
- Copy and rename
config.example.js
in thesrc
folder toconfig.js
- Edit
config.js
to match the ports that your local instances ofcanary
andalbatross
are running.