flame-engine / flame-engine-site

Source code for the flame website

Home Page:https://flame-engine.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flame Engine Site

This is the main landing page of the Flame Engine website; it is deployed here via GitHub Pages.

This was built using Jekyll! Please send them some đź’™ from us.

Where do things come from?

We also have some special subdomains; they are deployed independently via other repos.

  • docs.flame-engine.com is deployed from flame-docs-site
  • examples.flame-engine.com is deployed from flame

Running locally

To run locally, you must first install node, npm, Ruby (we recommend RVM), ruby-gems, and the bundler.

Then, run:

npm instal
bundle install

To download all the dependencies.

Then, run:

bundle exec jekyll serve

To start the local server.

About

Source code for the flame website

https://flame-engine.org

License:MIT License


Languages

Language:HTML 64.5%Language:CSS 22.2%Language:Ruby 7.1%Language:JavaScript 6.2%