My Personal website in Astro.
Install Node.js for Debian, and Ubuntu based distributions: Installation Instructions (DEB) - NodeSource N|Solid & Node.js Binary Distributions
Install Node.js for Windows: nodejs download page
Install the dependencies
pnpm install
Test web app
pnpm dev
Build web app
pnpm build
Run lighthouse-ci for the website
npx lhci autorun --config lighthouserc-dev.cjs
To disable the dev toolbar for a specific project on your PC:
astro preferences disable devToolbar
To enable back the dev toolbar
astro preferences enable devToolbar