Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 561 Bytes

File metadata and controls

29 lines (19 loc) · 561 Bytes

Shrimpcam!

This is a rewrite of shrimpcam using SvelteKit and Tailwind CSS.

Development

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

Production Install

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!