docs/README.md

13 lines
382 B
Markdown
Raw Normal View History

2023-11-26 00:39:54 +01:00
# Lysand Docs
## Contributing
2024-05-22 23:35:14 +02:00
This site is built with [VitePress](https://github.com/vuejs/vitepress), and its content is written in Markdown format located in `docs`. For simple edits, you can directly edit the file on GitHub and generate a Pull Request.
2023-11-26 00:39:54 +01:00
For local development, [bun](https://bun.sh/) is preferred as package manager and runtime:
```bash
bun i
bun docs:dev
2024-05-22 23:35:14 +02:00
```