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

https://github.com/sharpvik/typewriter


https://github.com/sharpvik/typewriter

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# Typewriter

## Deploy

```bash
git checkout gh-pages
npm run build
git add && git commit -m "Some message"
git subtree push --prefix dist --set-upstream origin gh-pages
```