Website: www.valyrian.tech
The Astro website lives in site/.
This machine uses nvm for Node.js, so load it before running npm commands:
source "$HOME/.nvm/nvm.sh"
nvm use --silent default
npm run buildRun the commands from the site/ directory.
One-line version:
source "$HOME/.nvm/nvm.sh" && nvm use --silent default && npm run buildThe production build is written to site/dist/.