This is the source for the website Don't Use System Ruby.
Install docsify-cli to enable the local server:
npm install -g docsify-cli
Then run docsify:
docsify serve public
- Fork this repository
- Run
corepack prepare yarn@stable --activate
to install Yarn - Run
yarn install
to install dependencies - Edit
public/README.md
- Use a JSON-LD generator like https://saijogeorge.com/json-ld-schema-generator/faq/ to generate the JSON-LD
- Replace the JSON-LD in
public/index.html
with the generated JSON-LD - Submit a pull request
Deploy a preview site:
firebase hosting:channel:deploy preview --expires 1h
Deploy the production site:
firebase deploy --only hosting
Licensed under CC-BY-SA-4.0. See LICENSE for details.