mirror of
https://github.com/metosin/reitit.git
synced 2025-12-17 00:11:11 +00:00
759 B
759 B
Development Instructions
Building
./scripts/lein-modules do clean, install
Running tests
./scripts/test.sh clj
./scripts/test.sh cljs
Documentation
The documentation is built with gitbook. To preview your changes locally:
npm install -g gitbook-cli
gitbook install
gitbook serve
To bump up version:
We use Break Versioning. Remember our promise: patch-level bumps never include breaking changes!
# new version
./scripts/set-version "1.0.0"
./scripts/lein-modules install
# works
lein test
# deploy to clojars
./scripts/lein-modules do clean, deploy clojars