Versia Protocol documentation website, written with NextJS and TailwindCSS.
Find a file
Jesse Wierzbinski 2eef24351c
Add LICENSE
2023-11-25 13:40:28 -10:00
.vitepress Reorganize structure 2023-11-25 13:38:12 -10:00
docs Reorganize structure 2023-11-25 13:38:12 -10:00
.gitignore Create initial docs 2023-11-25 13:35:25 -10:00
bun.lockb Create initial docs 2023-11-25 13:35:25 -10:00
LICENSE Add LICENSE 2023-11-25 13:40:28 -10:00
package.json Create initial docs 2023-11-25 13:35:25 -10:00
README.md Add README 2023-11-25 13:39:54 -10:00

Lysand Docs

Contributing

This site is built with 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 is preferred as package manager and runtime:

bun i
bun docs:dev