Skip to content

Anchorline Documentation

This repo powers the Anchorline product documentation, built with VitePress.

Quick start

  1. Install dependencies with npm install.
  2. Start the dev server with npm run dev and open http://localhost:5173.
  3. Edit the markdown files to update content.

Local Development

First, run npm install to install the dependencies.

Then, run npm run dev to start the development server.

Run npm run build to validate production builds locally.

Deployment

Deploy to Cloudflare Pages with npm run build. Output is in .vitepress/dist.

License

This project is licensed under the MIT License.