You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ChronVer.org
This is the site at https://chronver.org that describes the Chronologic Versioning specification.
Running locally
- Install the latest Node
- Install dependencies:
npm i
- Run the site:
npm run watch
- Visit
http://localhost:4000