entomoviscera.online#

My personal website.

Setup#

Required:

  • NodeJS v24 or later
  • npm
  • git
git clone https://tangled.org/@entomoviscera.online/personal-site entomoviscera.online
cd entomoviscera.online
npm install

Developing#

Runs on http://localhost:3000/. For development help refer to https://docs.astro.build.

npm run dev

Building#

Builds into ./dist:

npm run build

For testing the build:

npm run preview