# entomoviscera.online My personal website. # Setup Required: - `NodeJS` v24 or later - `npm` - `git` ```sh git clone https://tangled.org/@entomoviscera.online/personal-site entomoviscera.online cd entomoviscera.online npm install ``` ## Developing Runs on . For development help refer to . ```sh npm run dev ``` ## Building Builds into `./dist`: ```sh npm run build ``` For testing the build: ```sh npm run preview ```