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

https://github.com/whatrocks/writeswith

A tiny little website with tiny little interviews about writing tools
https://github.com/whatrocks/writeswith

static-site writing writing-tool

Last synced: 11 months ago
JSON representation

A tiny little website with tiny little interviews about writing tools

Awesome Lists containing this project

README

          

# writeswith
interviews with writers about their tools

## Local development

### Start dev server
```bash
make dev
```

### New post (and start dev server)
```bash
make new
```