Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 564 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 564 Bytes

Contiv Website

This repo contains the source of contiv website

Running the Site Locally

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

Submitting changes

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