https://github.com/tobycm/silly-tools
a collection of api endpoints that toby wants to have publicly available on the internet cuz they r nice lol
https://github.com/tobycm/silly-tools
Last synced: 8 months ago
JSON representation
a collection of api endpoints that toby wants to have publicly available on the internet cuz they r nice lol
- Host: GitHub
- URL: https://github.com/tobycm/silly-tools
- Owner: tobycm
- License: mit
- Created: 2025-08-10T04:19:09.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-08-17T15:56:52.000Z (10 months ago)
- Last Synced: 2025-10-25T11:58:59.993Z (8 months ago)
- Language: TypeScript
- Size: 58.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Silly tools
a collection of useful tools that toby wants to be publicly available on the internet :D
## Getting Started
Install dependencies:
```bash
cd backend && bun install && cd ..
cd web && bun install && cd ..
```
## Development
To start the development run in either `backend` or `web` directory:
```bash
bun run dev
```