Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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}`);
```