An open API service indexing awesome lists of open source software.

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

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
```