Skip to content

SpinalCMS/astro-docs-template

Repository files navigation

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

Spinal CMS logo

Getting started

  1. Clone this repository
git clone https://github.com/spinalcms/astro-docs-template.git documentation
  1. Go into this new folder
cd documentation
  1. Install dependencies
yarn install

Development

npm run dev

Production

TBD

Configuring

TBD

Related repo's

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