This repository hosts the MIT Anime Club's club website, hosted at anime.mit.edu. The club website is a static site generated using Jekyll and is served using GitHub Pages.
To make changes to this site, it is recommended you first check that your change works locally. Once you have verified that your change works locally, you can push your change to the master branch on GitHub. Your changes will be deployed to anime.mit.edu. You can check https://github.com/mit-anime/mit-anime.github.io/deployments for the status of the deployment.
gem install bundler. Bundler helps manage ruby dependencies for projects.bundle install. This installs the dependencies for this project.bundle exec jekyll serve. This runs Jekyll using the dependencies installed by bundle and has Jekyll serve a local copy of the site. By default, the local site can be viewed at http://localhost:4000.