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

https://github.com/singuerinc/bashtards

A blog about themes, wallpapers, fonts, icons, and stuff for coders
https://github.com/singuerinc/bashtards

blog fonts gatsby themes vscode wallpapers

Last synced: 28 days ago
JSON representation

A blog about themes, wallpapers, fonts, icons, and stuff for coders

Awesome Lists containing this project

README

        

# Bashtards

## Develop

```bash
yarn
yarn develop
```

## Deploy

```bash
yarn build
cd public
netlify deploy
```