add ruby gem instructions
Some checks failed
GitHub Pages Deploy / deploy (push) Has been cancelled
JS Lint / lint (push) Has been cancelled
HTMLProofer / test (2.7) (push) Has been cancelled
HTMLProofer / test (3.0) (push) Has been cancelled

This commit is contained in:
Aadil Ayub 2024-07-08 18:57:19 +05:00
parent a7848ae412
commit 07b6ba2ae5

View File

@ -19,10 +19,11 @@ Based on [Hypha's digital garden for The Bentway's Digital and/as Public Space M
## Development
1. Clone repository: `git clone ssh://git@git.autonomic.zone:2222/autonomic-cooperative/kcl-digital-humanities-garden.git`
2. Install Bundler gem: `gem install bundler`
3. Install dependencies: `bundle install`
4. Run locally: `bundle exec jekyll serve` or `rake watch`
5. Visit your `localhost` on port `4000`: http://localhost:4000 or http://127.0.0.1:4000
2. Install ruby's command line tools with your package manager (e.g. `brew install ruby`)
3. Install Bundler gem: `gem install bundler`
4. Install dependencies: `bundle install`
5. Run locally: `bundle exec jekyll serve` or `rake watch`
6. Visit your `localhost` on port `4000`: http://localhost:4000 or http://127.0.0.1:4000
## License
<span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">Digital Garden</span> content is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.