An open API service indexing awesome lists of open source software.

https://github.com/blazesoftware/theme

Theme Blaze UI
https://github.com/blazesoftware/theme

Last synced: over 1 year ago
JSON representation

Theme Blaze UI

Awesome Lists containing this project

README

          

# Blaze Theme

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](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/BlazeSoftware/theme)

## Local Developer Setup

First of all install [NVM](https://github.com/creationix/nvm#install-script).

When that is complete run:

```cli
$ nvm use
$ npm i
$ npm start
```