https://github.com/phansch/image-streamer
https://github.com/phansch/image-streamer
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/phansch/image-streamer
- Owner: phansch
- Created: 2024-10-27T14:34:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-01T14:48:20.000Z (over 1 year ago)
- Last Synced: 2025-02-16T06:30:04.687Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://image-streamer.vercel.app
- Size: 190 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/phansch/image-streamer/actions/workflows/deno.yml)
## Goals
* Updating my frontend skills
* Learning some Typescript
* Learning some Tailwind CSS
* Learning a tiny bit of NextJS
* Trying out deno
* Rewriting a 10 year old project
## Development
Run the development server and open [http://localhost:3000](http://localhost:3000):
```bash
deno run dev
```