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
- Host: GitHub
- URL: https://github.com/whatrocks/writeswith
- Owner: whatrocks
- License: mit
- Created: 2021-05-20T19:48:47.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-06-17T11:09:56.000Z (over 2 years ago)
- Last Synced: 2025-01-10T12:12:41.436Z (about 1 year ago)
- Topics: static-site, writing, writing-tool
- Language: CSS
- Homepage: https://writeswith.com
- Size: 73.5 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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
```