https://github.com/data-miner00/webutils
Personal self-hosted web utilities
https://github.com/data-miner00/webutils
eupl shadcn-svelte sveltekit
Last synced: 12 days ago
JSON representation
Personal self-hosted web utilities
- Host: GitHub
- URL: https://github.com/data-miner00/webutils
- Owner: data-miner00
- License: eupl-1.2
- Created: 2025-11-07T12:30:34.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2026-06-20T09:51:49.000Z (about 1 month ago)
- Last Synced: 2026-06-20T11:24:51.162Z (about 1 month ago)
- Topics: eupl, shadcn-svelte, sveltekit
- Language: Svelte
- Homepage:
- Size: 1.35 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Agents: AGENTS.md
Awesome Lists containing this project
README
# webutils
Useful web utilities for developers in one place.
## Getting Started
Install dependencies using NPM.
```
npm i
```
Starting development server.
```
npm start
```
Build for production.
```
npm run build
```
Building Docker image.
```
docker build -t webutils:latest .
```
Or use docker-compose.
```
docker-compose up -d
```
Or rebuild for dev.
```
docker-compose up -d --build
```
## Credits
The project referenced a lot of code from the [tool](https://truedevtools.com/) developed by [dathoangnd](https://github.com/dathoangnd/truedevtools.com). Appreciate the great tool!