Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mauroreisvieira/redom-tailwindcss
Test RE:DOM & Tailwind CSS
https://github.com/mauroreisvieira/redom-tailwindcss
documentation framework javascript library postcss redom tailwindcss
Last synced: about 1 month ago
JSON representation
Test RE:DOM & Tailwind CSS
- Host: GitHub
- URL: https://github.com/mauroreisvieira/redom-tailwindcss
- Owner: mauroreisvieira
- License: mit
- Created: 2019-08-09T13:36:13.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-10T11:35:43.000Z (about 5 years ago)
- Last Synced: 2024-11-05T18:54:34.312Z (3 months ago)
- Topics: documentation, framework, javascript, library, postcss, redom, tailwindcss
- Language: JavaScript
- Homepage:
- Size: 631 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RE:DOM & Tailwind CSS
Building project documentation from a clean markdown.
[![GitHub License](https://img.shields.io/badge/license-MIT-blue.svg?style=for-the-badge)](https://github.com/mauroreisvieira/redom-tailwindcss/blob/master/LICENSE)
This site content is written in `.MD` format located in **docs/** folder.
## Get Started
```bash
git clone https://github.com/mauroreisvieira/redom-tailwindcss
```## Developing
``` bash
$ npm install
$ npm run dev # dev server at http://localhost:10001
```Alternatively you can [download](https://codeload.github.com/mauroreisvieira/redom-tailwindcss/zip/master) this repository.
## About
RE:DOM & Tailwind CSS is an documentation builder that helps you quickly build documentations.\
It's powered by [Tailwind CSS](https://github.com/tailwindcss/tailwindcss), allowing you to create custom themes, which makes the process of creating documentation easy.## Documentation
RE:DOM & Tailwind CSS documentation is available at [redom-tailwindcss](https://mauroreisvieira.github.io/redom-tailwindcss/#/)
## License
The redom-tailwindcss is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)