Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danielcaldas/goodguydaniel.com
Blog and Home of Daniel Caldas
https://github.com/danielcaldas/goodguydaniel.com
blog gatsby javascript software-engineering
Last synced: 21 days ago
JSON representation
Blog and Home of Daniel Caldas
- Host: GitHub
- URL: https://github.com/danielcaldas/goodguydaniel.com
- Owner: danielcaldas
- License: mit
- Created: 2020-05-25T12:33:23.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-08T19:56:57.000Z (about 1 year ago)
- Last Synced: 2024-04-13T17:06:11.704Z (10 months ago)
- Topics: blog, gatsby, javascript, software-engineering
- Language: TypeScript
- Homepage: https://goodguydaniel.com
- Size: 85.4 MB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# goodguydaniel.com
Blog and Home of Daniel Caldas
## Run book
### Development
```
npm run dev
```### Utils
#### Auto-generate links in browser
```js
copy(`${document.title}`);
```