Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)