This repository contains all mnemonic devices documentation. It is built with ruby, jekyll, bundler and just-the-docs.
The recommended method is to use docker.
-
Fork or clone this repository. Change your working directory to the root directory of this repository.
-
Build the image with
docker build -t docs ., or alternatively usejust buildif usingJustfile. -
Run the container with
docker run -v $(pwd):/usr/src/app -p 4000:4000 docs, or alternatively usejust runif usingJustfile. -
Visit
localhost:4000. Local changes automatically propagate to the container for live reloading.
Assuming, Ruby 3.3.3 and Bundler are installed on your computer:
-
Fork or clone this repository. Change your working directory to the root directory of this repository.
-
Run
bundle install. -
Run
bundle exec jekyll serveto build your site and preview it atlocalhost:4000.The built site is stored in the directory
_site.
Contributions from the community are welcome. All contributions are approved before being merged into the main branch and subsequently deployed to the server environment.
