From 2ee3c8b5e00947135844a0276daa8f5a1aae151f Mon Sep 17 00:00:00 2001 From: "L.D.MacKrell" Date: Mon, 7 May 2018 15:01:42 -0700 Subject: [PATCH] Update Contributing.md with information to serve locally --- CONTRIBUTING.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f673c7e3..68fe237a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -13,6 +13,12 @@ While developing, you may locally build and test the JavaScript or Python (or bo * Familiarize yourself with the folder structure and code style before you dive in. * Make changes to the implementation of your choice. +* If working in the JavaScript implementation: + * Run `./build js` + * Run `./build static` to see changes served locally +* If working in the Python implementation: + * Run `./build py` + * Run `./build static` to see changes served locally * Add tests to `/test/data/*/test.js`. * Run `./build jstest` or `./build pytest` to run style checks, and to generate and run tests. * Include all changed files in your commit - The generated test files are checked in along with changes to the test data files.