Add README

This commit is contained in:
Jesse Wierzbinski 2023-11-25 13:39:54 -10:00
parent 7ed5aa5458
commit 08dcf79331
No known key found for this signature in database

View file

@ -0,0 +1,12 @@
# Lysand Docs
## Contributing
This site is built with [VitePress](https://github.com/vuejs/vitepress), and ite 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.
For local development, [bun](https://bun.sh/) is preferred as package manager and runtime:
```bash
bun i
bun docs:dev
```