This repo contains the source of contiv website
Running the site locally is simple. Clone this repo and run cd websrc; make dev
.
Then open up http://localhost:4567
.
Note: Currently, this works only on Mac
Make the changes locally on your machine and test it using above instructions.
When you are ready to submit the changes run cd websrc; make build
. This will build a static website and copy the files to correct location. After this, you can commit the code and submit pull request