diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-11-05 13:29:00 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-11-05 13:29:00 +0100 |
commit | d01a9d2bdd4a7032300ef3fd533e604922c6bafb (patch) | |
tree | 0ae7425fd35c103ab350dfb4dbb64e04abcef465 /DEVELOPMENT.md | |
parent | workflows/jekyll: deploy on manual runs also (diff) | |
download | wireguard-config-d01a9d2bdd4a7032300ef3fd533e604922c6bafb.tar.gz wireguard-config-d01a9d2bdd4a7032300ef3fd533e604922c6bafb.zip |
DEVELOPMENT: update
Diffstat (limited to '')
-rw-r--r-- | DEVELOPMENT.md | 21 |
1 files changed, 16 insertions, 5 deletions
diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index fdb6cef..1dc6ee2 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -2,10 +2,19 @@ Workspace setup --------------- * To reduce pain, set up [rbenv] to manage your Ruby versions. -Install one that's known to work: `make ruby` +Install one that's known to work: + + make ruby + * Otherwise, make sure you have Ruby and [Bundler] set up. -* Install dependencies: `make deps` -* Make sure builds are working: `make build` + +* Install dependencies: + + make deps + +* Make sure builds are working: + + make build [rbenv]: https://github.com/rbenv/rbenv [Bundler]: https://bundler.io/ @@ -13,8 +22,10 @@ Install one that's known to work: `make ruby` Development ----------- -* Build the example website and serve it at http://localhost:4000/wireguard-config/: -`make serve` +* Build the website and serve it at http://localhost:4000/wireguard-config/: + + make serve + * It will pick up changes and reload pages automatically. Upgrading dependencies |