# ChronVer.org This is the site at [https://chronver.org](https://chronver.org) that describes the Chronologic Versioning specification. ## Running locally 1. Install the latest [Node](https://nodejs.org/en/download/current) 1. Install dependencies: `npm i` 1. Run the site: `npm run watch` 1. Visit `http://localhost:4000`