Astro Docs Template
3 February 2022
To set up a docs using Astro templates, run this in an empty directory:
mkdir astro-docs
cd astro-docs
npm init astro -- --template docs
npm i
npm run dev
This will initialize the project, install the necessary dependencies, and start the dev server.
You may want to configure your site via astro.config.mjs
configuration file ↗.