https://github.com/redom/redom-docs
RE:DOM documentation
https://github.com/redom/redom-docs
documentation javascript library web
Last synced: about 1 year ago
JSON representation
RE:DOM documentation
- Host: GitHub
- URL: https://github.com/redom/redom-docs
- Owner: redom
- License: mit
- Created: 2019-09-02T13:03:41.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-02-13T14:26:53.000Z (over 2 years ago)
- Last Synced: 2024-05-01T17:33:10.608Z (about 2 years ago)
- Topics: documentation, javascript, library, web
- Language: JavaScript
- Homepage: https://redom.js.org/
- Size: 887 KB
- Stars: 5
- Watchers: 2
- Forks: 7
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RE:DOM Documentation
This site content is written in `.MD` format located in **docs/** folder.
## Developing
``` bash
$ npm install
$ npm run dev # dev server at http://localhost:10001
```