Skip to content

fieldofdisarray/shrimpcam

 
 

Repository files navigation

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!

About

shrimp cam shrimp cam!!

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Svelte 70.3%
  • HTML 16.7%
  • JavaScript 11.9%
  • CSS 1.1%