Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 806 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 806 Bytes

Blaze is a framework-free open source UI toolkit. It provides great structure for building websites quickly with a scalable and maintainable foundation.

This tool allows you to customise Blaze UI CSS variables and export them as a single theme file.

Ready to Code Dev Environment

Contribute to Blaze using a fully featured online development environment that will automatically: clone the repo, install the dependencies and start the webserver.

Open in Gitpod

Local Developer Setup

First of all install NVM.

When that is complete run:

$ nvm use
$ npm i
$ npm start