Commit 8daaea6d authored by w8385's avatar w8385
Browse files

Update docs/README.md to reflect exactly Node.js + pnpm setup

parent afa64f72
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -4,17 +4,18 @@ 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 [pnpm]
In order to build the docs locally, you need to install [Node.js] and [pnpm]
first. Then you can run the following commands (assuming you are in
the *docs/* directory):

~~~~ bash
npm install
npm dev
pnpm install
pnpm 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/
[Node.js]: https://nodejs.org/
[pnpm]: https://pnpm.io/