https://github.com/blazesoftware/site
Website for Blaze UI
https://github.com/blazesoftware/site
Last synced: 6 months ago
JSON representation
Website for Blaze UI
- Host: GitHub
- URL: https://github.com/blazesoftware/site
- Owner: BlazeSoftware
- Created: 2020-04-10T13:26:01.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-01-09T09:09:56.000Z (over 1 year ago)
- Last Synced: 2025-10-08T08:39:22.461Z (10 months ago)
- Language: TypeScript
- Homepage: https://www.blazeui.com
- Size: 2.42 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Blaze UI
Blaze is a framework-free open source UI toolkit. It provides great structure for building websites quickly with a scalable and maintainable foundation.
This is the website for Blaze UI, feel free to contribute to it!
## 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/css)
## 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
```