Source code for the Storm website hosted at www.stormchecker.org.
On every push to main, the website is automatically build using Jekyll and GitHub Actions, and afterward deployed to www.stormchecker.org.
Note that the whole deployment process takes a few minutes.
The easiest way to suggest changes and additions to the website is to fork this repository and create a pull request to main.
Of course, you can also write us an email 📧 support at stormchecker.org
If you want to check your local changes before making them public, the simplest way is to use Docker. Simply execute in the root of this repository:
docker compose upThis starts up a Docker container from your local changes. You can see the resulting website by visiting http://localhost:4000.
The CI tests perform additional checks which can also be executed locally: To test whether all links in the website are valid run the following:
bundle exec rake testTo test whether all links provided in published papers remain valid run the following:
bundle exec rake test_paper_links