This repository contains user documentation for cosmos cloud. Written in markdown and compiled into a static site using Astro and Starlight
The documentation itself can be found at https://cosmos-cloud.io/doc.
- Node.js -
v18.14.1or higher. - pnpm
- Text editor - We recommend either VS Code with the Official Astro extension or IntelliJ IDEA with the Unofficial Astro Plugin
- Terminal - The documentation is built and run through its command-line interface (CLI).
To get all the dependencies installed, run this command in the terminal:
npm install
To build and run the docs locally, run this command in the terminal:
npm run dev
Running both these commands in the terminal, will install the dependencies required for the docs and run a local environment on your machine.