Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.

Latest commit

 

History

History
25 lines (14 loc) · 747 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 747 Bytes

⚠️ This repository is archived, as Fire Slime is no more

You can find the source for the new Blue Fire website here.

Fireslime website

This is just our static front page. It's deployed here.

Built using Jekyll and love.

Instructions

Install Ruby (with RVM preferably), I'm using ruby-2.6.3 right now.

Install the bundler if you haven't already and run

    bundle install # to install deps
    bundle exec jekyll server # to run local dev server

To deploy, just push to the master branch, no build is necessary (it might take a few seconds for Github to do its thing).

To contribute, just open an issue/PR ;)