Skip to main content

Getting Started

This guide will help you set up your local development environment and start working with the project.

Prerequisites​

  • Node.js 18 or later
  • npm 9 or later
  • Git

Installation​

git clone https://github.com/your-org/phantomdocs.git
cd phantomdocs
npm install

Local Development​

npm start

This command starts a local development server and opens a browser window. Most changes are reflected live without having to restart the server.

Build​

npm run build

This command generates static content into the build directory and can be served using any static hosting service.