Installation
JustDocs can be installed in multiple ways depending on your needs.
Method 1: New Project
Create a new Astro project with JustDocs:
npm create astro@latest my-docs -- --template minimal
cd my-docs
npm install justdocs-theme
Method 2: Existing Project
Add JustDocs to your existing Astro project:
npm install justdocs-theme
Method 3: Clone Template
Clone the JustDocs template directly:
git clone https://github.com/yourusername/justdocs-template.git
cd justdocs-template
npm install
Requirements
- Node.js 18+
- Astro 4.0+
- Modern browser with ES6 support
Verification
After installation, verify everything works:
npm run dev
Open your browser to http://localhost:4321 and you should see your JustDocs site!