Skip to content

Commit 6501efc

Browse files
Add node version to web/README.md
1 parent e4878b0 commit 6501efc

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

web/README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44

55
The source code in this directory [(/web)](/web) is licensed under the GPLv3 license. See the [LICENSE](./LICENSE) file for more details.
66

7-
## Deployment
7+
## Development
88

9-
This static site is served with CloudFlare pages (this is not managed on this repository).
9+
Requires [Node.js](https://nodejs.org) version `20` or higher (`node -v` to check).
1010

11-
## Development
11+
The site is built with [Astro](https://astro.build) and the [Starlight](https://starlight.astro.build) expansion.
1212

13-
All commands are run from the root of the project (this folder), from a terminal:
13+
All commands are run from the root of the web project (this folder), from a terminal:
1414

1515
| Command | Action |
1616
| :------------------------ | :----------------------------------------------- |
@@ -20,3 +20,7 @@ All commands are run from the root of the project (this folder), from a terminal
2020
| `npm run preview` | Preview your build locally, before deploying |
2121
| `npm run astro ...` | Run CLI commands like `astro add`, `astro check` |
2222
| `npm run astro -- --help` | Get help using the Astro CLI |
23+
24+
## Deployment
25+
26+
This static site is served with CloudFlare Pages (this is not managed on this repository), which uses Node.js to build the site and then serves the static files from the `dist` folder.

0 commit comments

Comments
 (0)