astro-docs-template
astro-docs-template copied to clipboard
An Astro + Tailwind CSS theme for your documentation site
Astro documentation template using Tailwind CSS
An Astro documentation site theme, built with Tailwind CSS.
Sponsored By Spinal
Getting started
- Clone this repository
git clone https://github.com/spinalcms/astro-docs-template.git documentation
- Go into this new folder
cd documentation
- Install dependencies
yarn install
Development
npm run dev
Production
TBD
Configuring
TBD
Related repo's
- Documentation theme built with Tailwind CSS
- Bridgetown documentation template using Tailwind CSS
- Eleventy documentation template using Tailwind CSS
Contributing
- Fork it (https://github.com/spinalcms/astro-docs-template/fork)
- Clone the fork using
git cloneto your local development machine. - Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request