Appearance
Anchorline Documentation
This repo powers the Anchorline product documentation, built with VitePress.
Quick start
- Install dependencies with
npm install. - Start the dev server with
npm run devand open http://localhost:5173. - 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.