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

https://github.com/topekodev/website

Personal website
https://github.com/topekodev/website

mdsvex static sveltekit

Last synced: 3 months ago
JSON representation

Personal website

Awesome Lists containing this project

README

        

# website

## Developing

```bash
# Install dependencies
bun install

# Start development server
bun dev
```

## Building

```bash
bun run --bun build
```