This is a rewrite of shrimpcam using SvelteKit and Tailwind CSS.
Install dependencies with npm install and start a development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --openTo create a production version of shrimpcam:
npm run buildthen run this to start:
node buildYou can use a reverse proxy with Caddy or something after to host the production site on the web!