Skip to content

BlobDevelopment/No550-docs

Repository files navigation

No550 Docs

You can view the docs here: https://docs.no550.com/

Development

Note: The docs are powered by Starlight.

Firstly, install dependencies:

$ npm install

Then, run the development server:

$ npm run dev

Once done, you're good to go and start editing the docs! 🎉

Deployment

The docs are deployed automatically using Cloudflare Pages on every push to the main branch.