This is the source for the website Don't Use System Ruby.
Install docsify-cli to enable the local server:
npm install -g docsify-cliThen run docsify:
docsify serve public- Fork this repository
- Run corepack prepare yarn@stable --activateto install Yarn
- Run yarn installto 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.htmlwith the generated JSON-LD
- Submit a pull request
Deploy a preview site:
firebase hosting:channel:deploy preview --expires 1hDeploy the production site:
firebase deploy --only hostingLicensed under CC-BY-SA-4.0. See LICENSE for details.