Skip to content
Tyler Ruff edited this page Aug 12, 2023 · 6 revisions

Welcome to the Fire for HTML5 documentation!

Table of Contents

  1. Installing
  2. Site-Wide Configuration
  3. Create Controllers
  4. Create Views & Routes
  5. Advanced Routing

Installing

Prebuild With NPM

  1. Run the following script in your terminal:
npm install blz-fire
  1. Move fire.js and fire.css to a folder (such as, "lib") under the root directory.
  2. Continue with setup.

Build Yourself With Git

  1. Run the following script in your terminal:
git clone https://github.com/blazed-space/fire
  1. Install dependencies
npm install
  1. Build project
npm run build
  1. Generate a local copy of the documentation
npm run 
Clone this wiki locally