https://github.com/blazesoftware/theme
Theme Blaze UI
https://github.com/blazesoftware/theme
Last synced: over 1 year ago
JSON representation
Theme Blaze UI
- Host: GitHub
- URL: https://github.com/blazesoftware/theme
- Owner: BlazeSoftware
- License: mit
- Created: 2022-08-29T13:50:44.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-18T14:15:09.000Z (almost 4 years ago)
- Last Synced: 2025-01-26T10:41:38.568Z (over 1 year ago)
- Language: TypeScript
- Size: 401 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
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.
[](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
```