The main website.
- Astro 88%
- JavaScript 3.6%
- CSS 3.4%
- MDX 3.2%
- TypeScript 1.8%
| .vscode | ||
| public | ||
| src | ||
| .gitignore | ||
| .prettierrc | ||
| astro.config.mjs | ||
| package.json | ||
| pnpm-lock.yaml | ||
| pnpm-workspace.yaml | ||
| README.md | ||
| tsconfig.json | ||
entomoviscera.dev
The main website where everything goes. Built with the astro framework.
Building
Prerequisites:
gitpnpmnodejsv22 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