-
Notifications
You must be signed in to change notification settings - Fork 7
Home
Alex Simoes edited this page Jan 23, 2019
·
3 revisions
Welcome to the datawheel-canon wiki!
From a clean directory, create a package.json
file with:
`npm init`
Next, install the canon core lib:
npm i @datawheel/canon-core
Once install, run the setup command to create the necessary file structure:
npx canon-setup
DONE!
The following is assuming Ubuntu 16.04 or similar OS