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
- Host: GitHub
- URL: https://github.com/singuerinc/bashtards
- Owner: singuerinc
- Created: 2018-05-29T21:15:33.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-12T09:20:04.000Z (8 months ago)
- Last Synced: 2025-02-08T03:43:39.716Z (3 months ago)
- Topics: blog, fonts, gatsby, themes, vscode, wallpapers
- Language: JavaScript
- Homepage: https://bashtards.netlify.app/
- Size: 9.02 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bashtards
## Develop
```bash
yarn
yarn develop
```## Deploy
```bash
yarn build
cd public
netlify deploy
```