Skip to content

anothermh/dontusesystemruby.com

Repository files navigation

dontusesystemruby.com

What is this?

This is the source for the website Don't Use System Ruby.

How to run locally

Install docsify-cli to enable the local server:

npm install -g docsify-cli

Then run docsify:

docsify serve public

How to contribute

How to deploy

Deploy a preview site:

firebase hosting:channel:deploy preview --expires 1h

Deploy the production site:

firebase deploy --only hosting

License

Licensed under CC-BY-SA-4.0. See LICENSE for details.