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 -- --open
To create a production version of shrimpcam:
npm run build
then run this to start:
node build
You can use a reverse proxy with Caddy or something after to host the production site on the web!