https://github.com/shellyln/red-agate-live-demo
RedAgate Live Demo
https://github.com/shellyln/red-agate-live-demo
Last synced: 7 months ago
JSON representation
RedAgate Live Demo
- Host: GitHub
- URL: https://github.com/shellyln/red-agate-live-demo
- Owner: shellyln
- License: other
- Created: 2018-02-19T14:30:26.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-01-12T15:34:00.000Z (over 7 years ago)
- Last Synced: 2025-03-24T03:34:41.405Z (over 1 year ago)
- Language: HTML
- Size: 225 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# RedAgate live demo
[Live Demo](https://shellyln.github.io/red-agate/demo.html) source of
[RedAgate](https://github.com/shellyln/red-agate).
RedAgate is static HTML | XML | SVG renderer.
You can start easily because we are using JSX and semantics similar to React.
----
## Build
```bash
npm run build
```
Build for production.
## Build (debug)
```bash
npm run build:dev
```
Build for development.
## Run unit tests
```bash
npm test
```
Run test in browser and print result to console.
## Run
```bash
npm start
```
Start web server.
## Designing reports and debug codes
```bash
npm run watch
```
Start web server, launch Chrome, watch changes and build.
----
## License
[ISC](https://github.com/shellyln/red-agate-live-demo/blob/master/LICENSE.md)
Copyright (c) 2018, Shellyl_N and Authors.