π Developer Getting Started Guide
This guide outlines the steps required to spin up the project in your local development environment.
π Prerequisites
Before you begin, ensure you have the following installed:
- Node.js (version >= 22.0.0)
- Docker & Docker Compose
- Git
π οΈ Step-by-Step Instructions
- Clone the Repository
git clone [email protected]:example/project-docs.git cd project-docs - Install Dependencies
npm ci - Run Development Server
Start the local compilation and watch process:
npm run serve
β Environment Readiness Checklist
- Node.js installed and configured
- Local database running via Docker
- Environment variables configured from
.env.example - Local Quartz server accessible at
http://localhost:8080
π Whatβs Next?
- Check out our System Architecture page to understand backend dynamics.
- Read the Deployment Guide before shipping changes to production.
Back to Guides.
Tags: setup install getting-started