An Astro documentation site theme, built with Tailwind CSS.
Sponsored By Spinal
- 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
npm run dev
TBD
TBD
- Documentation theme built with Tailwind CSS
- Bridgetown documentation template using Tailwind CSS
- Eleventy documentation template using Tailwind CSS
- Fork it (https://github.com/spinalcms/astro-docs-template/fork)
- Clone the fork using
git clone
to 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