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

https://github.com/tommoor/tommoor.com

Personal website and blog
https://github.com/tommoor/tommoor.com

blog nextjs website

Last synced: about 2 months ago
JSON representation

Personal website and blog

Awesome Lists containing this project

README

          

## Development

To run a development server:

```
yarn install
yarn dev
```

## Deployment

To push changes to the production website:

```
yarn deploy
```