Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 1.01 KB

README.md

File metadata and controls

47 lines (31 loc) · 1.01 KB

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.