Skip to content

Commit

Permalink
README: update for VitePress
Browse files Browse the repository at this point in the history
  • Loading branch information
lifehackerhansol committed Oct 23, 2024
1 parent 7f60483 commit c863217
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ https://dsi.cfw.guide
## Running the site locally

This requires the following installed to your system:
- node.js, v12 or later
- node.js, v20 or later
- its respective npm

To test the website locally, simply run the following commands:
Expand All @@ -17,7 +17,7 @@ to install all packages required by the website (VuePress v2 and plugins), then
```
npm run docs:dev
```
to build the Markdown files into HTML and start a testing webserver on http://127.0.0.1:8080.
to build the Markdown files into HTML and start a testing webserver on http://127.0.0.1:5173.

## Translating

Expand Down

0 comments on commit c863217

Please sign in to comment.