Get Started
You’re probably sat there wondering how to get started with this documentation site. Well, you’re in the right place! This page will guide you through the process of setting up your own documentation site using this template.
Installation
First things first, you’ll need to install the template. You can do this by running the following command:
git clone https://github.com/Naainz/astro-docs.git
This will clone the repository to your local machine. Once you’ve done that, you can navigate to the project directory and install the dependencies:
cd astro-docs
npm install
Running the Project
To run the astro.js webserver, you can use the following command:
npm run dev
This will start the development server and you can view the site at http://localhost:4321.
You may be thinking, “That’s great, but how do I add my own content?“. Well, it’s simple! Continue down the navigation, to the next page, and you’ll find out how to add your own content to this documentation site. Happy coding! 🚀