https://github.com/bpevs/fridaypoetry.bpev.me
For writing poetry. On Friday. 📃✍️
https://github.com/bpevs/fridaypoetry.bpev.me
deno denokv
Last synced: 7 months ago
JSON representation
For writing poetry. On Friday. 📃✍️
- Host: GitHub
- URL: https://github.com/bpevs/fridaypoetry.bpev.me
- Owner: bpevs
- Created: 2017-06-15T02:11:08.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-02-11T22:25:41.000Z (over 1 year ago)
- Last Synced: 2025-04-05T16:16:26.173Z (7 months ago)
- Topics: deno, denokv
- Language: TypeScript
- Homepage: https://fridaypoetry.bpev.me
- Size: 1.62 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Friday Poetry
Friday poetry was started by Dan in the MakerSquare alumni Slack Channel
(MakerSquare was a immersive programming course that no longer exists). Every
week, people were encouraged to extend their creative power, and write some
poetry! I enjoyed doing this because it stretched parts of my brain that I don't
use on a regular basis. In fact, I enjoyed doing this so much, I decided to make
it into a website. Here it is!
# Usage
| Command | Description |
| --- | --- |
| `deno task serve` | Serve Website |
| `deno task serve --reset-db` | Drop tables, and create a new poems table |
| `deno task serve --force-friday` | Pretend every day is friday |
| `deno task test` | Run fmt, lint, check, and test |
If the website has no poems in the database, `/` is a 404. Go to `/new` to create a new poem.