From aa997b7d6bf8bb7bdd5d95e2029ba66974cd56a7 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 5 Nov 2023 13:19:49 +0100 Subject: DEVELOPMENT: update --- DEVELOPMENT.md | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) (limited to 'DEVELOPMENT.md') diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 969c839..0a4c466 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/blog/: -`make serve` +* Build the website and serve it at http://localhost:4000/blog/: + + make serve + * It will pick up changes and reload pages automatically. Upgrading dependencies -- cgit v1.2.3