Skip to content

flashcarts/nds-index

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a822eb3 · Mar 20, 2025

History

94 Commits
Feb 29, 2024
Mar 20, 2025
Nov 23, 2023
Sep 1, 2024
Feb 4, 2024
May 30, 2024
Mar 20, 2025
Oct 4, 2024
Nov 6, 2023
Oct 31, 2023
Mar 16, 2022
Dec 30, 2024
Nov 6, 2023
Nov 6, 2023
Nov 6, 2023
Jan 12, 2024
Oct 23, 2024
Nov 23, 2023
Jan 12, 2024
Jan 12, 2024

Repository files navigation

NDS Flashcart Index

This site aims to list every NDS flashcart in existence. It is based on Universal-DB's website files.

https://nds.flashcarts.net

Building the site locally

  1. Install Ruby 3.x for your machine
  2. Run bundle config set --local path vendor/bundle to ensure that dependency versions do not clash with other ruby projects
  3. Run bundle install to install dependencies
  4. Run bundle exec jekyll serve
    • This will build the site to _site, and host a simple web server at 127.0.0.1:4000

License

  • All files under the _card directory (the documentation) is licensed under CC-BY-NC-SA 4.0. You may read more in LICENSE-docs.txt.
  • All other files are licensed under the GPLv3 license. You may read more in LICENSE-engine.txt.