The Flashcarts Wiki
The website aimed for documenting, recommending, and explaining flashcarts.
Building the site locally
- Install Ruby 3.x for your machine
- Run
bundle install
to install dependencies - Run
bundle exec jekyll serve
- This will build the site to
_site
, and host a simple web server at127.0.0.1:4000
- This will build the site to
License
- All files under the
pages
directory (the documentation) is licensed under CC-BY-NC-SA 4.0. You may read more inLICENSE-docs.txt
. - All other files are licensed under the MIT license. You may read more in
LICENSE-engine.txt
.