Loading docs/README.md +4 −4 Original line number Diff line number Diff line Loading @@ -4,17 +4,17 @@ Fedify docs This directory contains the source files of the Fedify docs. The docs are written in Markdown format and are built with [VitePress]. In order to build the docs locally, you need to install [Bun] In order to build the docs locally, you need to install [pnpm] first. Then you can run the following commands (assuming you are in the *docs/* directory): ~~~~ bash bun install bun run dev npm install npm dev ~~~~ Once the development server is running, you can open your browser and navigate to *http://localhost:5173/* to view the docs. [VitePress]: https://vitepress.dev/ [Bun]: https://bun.sh/ [pnpm]: https://pnpm.io/ Loading
docs/README.md +4 −4 Original line number Diff line number Diff line Loading @@ -4,17 +4,17 @@ Fedify docs This directory contains the source files of the Fedify docs. The docs are written in Markdown format and are built with [VitePress]. In order to build the docs locally, you need to install [Bun] In order to build the docs locally, you need to install [pnpm] first. Then you can run the following commands (assuming you are in the *docs/* directory): ~~~~ bash bun install bun run dev npm install npm dev ~~~~ Once the development server is running, you can open your browser and navigate to *http://localhost:5173/* to view the docs. [VitePress]: https://vitepress.dev/ [Bun]: https://bun.sh/ [pnpm]: https://pnpm.io/