Skip to content

Web

NPM Docs

On a new machine:

Terminal window
sudo apt install npm && npm install astro && npm audit fix

Serving the content locally:

Terminal window
npm run dev
Terminal window
python -m http.server 8000

or

Terminal window
uv run python -m http.server

The content will be served to http://localhost:8000/