13 lines
197 B
Markdown
13 lines
197 B
Markdown
# Ascently Documentation
|
|
|
|
Documentation site for Ascently.
|
|
|
|
This was built with [Astro Starlight](https://starlight.astro.build/).
|
|
|
|
### Setup
|
|
```bash
|
|
cd Ascently/docs
|
|
pnpm install
|
|
pnpm run dev
|
|
```
|