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-sitemapwithgem install jekyll-sitemap git clonethis repositorycd ircv3.github.io/git submodule update --init --recursivejekyll 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.