Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/SpinalCMS/astro-docs-template

An Astro + Tailwind CSS theme for your documentation site
https://github.com/SpinalCMS/astro-docs-template

astro astro-build astro-build-template astro-js astro-starter docs-template tailwindcss

Last synced: about 1 month ago
JSON representation

An Astro + Tailwind CSS theme for your documentation site

Awesome Lists containing this project

README

        

# Astro documentation template using Tailwind CSS

An Astro documentation site theme, built with Tailwind CSS.

preview of the Astro documentation theme, built with Tailwind CSS

## Sponsored By [Spinal](https://spinalcms.com/cms-for-astro/)


Spinal CMS logo

## Getting started

1. Clone this repository

```shell
git clone https://github.com/spinalcms/astro-docs-template.git documentation
```

2. Go into this new folder

```shell
cd documentation
```

3. Install dependencies

```shell
yarn install
```

### Development

```shell
npm run dev
```

### Production

```shell
TBD
```

### Configuring

TBD

## Related repo's
- [Documentation theme built with Tailwind CSS](https://github.com/SpinalCMS/docs-template)
- [Bridgetown documentation template using Tailwind CSS](https://github.com/SpinalCMS/bridgetown-docs-template)
- [Eleventy documentation template using Tailwind CSS](https://github.com/SpinalCMS/11ty-docs-template)

## Contributing

1. Fork it (https://github.com/spinalcms/astro-docs-template/fork)
2. Clone the fork using `git clone` to your local development machine.
3. Create your feature branch (`git checkout -b my-new-feature`)
4. Commit your changes (`git commit -am 'Add some feature'`)
5. Push to the branch (`git push origin my-new-feature`)
6. Create a new Pull Request