This is the IRCv3 website.
If you want to test your changes to this website locally before submitting a pull request (always a good idea), here are the steps:
- Install Jekyll
- Install
jekyll-sitemap
withgem install jekyll-sitemap
git clone
this repositorycd ircv3.github.io/
git submodule update --init --recursive
jekyll serve
After you finish those steps, you will be able to go to http://127.0.0.1:4000/ and view a local copy of the website. As you make changes to your files, they will be reflected on that local copy.