The main website.
  • Astro 88%
  • JavaScript 3.6%
  • CSS 3.4%
  • MDX 3.2%
  • TypeScript 1.8%
Find a file
2026-06-07 22:38:58 +02:00
.vscode first commit 2026-06-02 20:29:38 +02:00
public added my own 88x31 buttons 2026-06-04 14:30:37 +02:00
src 404 error page 2026-06-07 15:52:56 +02:00
.gitignore first commit 2026-06-02 20:29:38 +02:00
.prettierrc first commit 2026-06-02 20:29:38 +02:00
astro.config.mjs mdx integration 2026-06-03 17:45:29 +02:00
package.json mdx integration 2026-06-03 17:45:29 +02:00
pnpm-lock.yaml mdx integration 2026-06-03 17:45:29 +02:00
pnpm-workspace.yaml first commit 2026-06-02 20:29:38 +02:00
README.md updated readme 2026-06-07 22:38:58 +02:00
tsconfig.json first commit 2026-06-02 20:29:38 +02:00

entomoviscera.dev

The main website where everything goes. Built with the astro framework.

Building

Prerequisites:

  • git
  • pnpm
  • nodejs v22 or later
git clone https://git.entomoviscera.dev/Entomoviscera/personal-site.git entomoviscera.dev
cd entomoviscera.dev
pnpm install

Commands

# starts dev server at http://localhost:3000
pnpm dev
# builds at dist
pnpm build
# previews build (http://localhost:4321)
pnpm preview