wiki/README.md
NightScript 79226097b2
Switch Discord badge to channel name
1. Old one showed unavailable
2. Clarifies which channel is the best for talking about it
3. Consistent with other DS-Homebrew projects
2022-03-08 20:14:39 +02:00

728 B

DS-Homebrew wiki

Discord server Crowdin

Wikis for DS-Homebrew projects

Running locally

To test the site locally, install Jekyll by running:

gem install bundler jekyll

Then run

bundle install

Then you can run the site by running:

bundle exec jekyll serve

You may want to run with incremental building as there are a lot of pages so it takes a long time to build, note that this may cause some things to not update fully:

bundle exec jekyll serve --incremental