pollo/README.md

22 lines
660 B
Markdown
Raw Normal View History

2024-04-09 11:09:51 -06:00
# Pollo
2023-04-20 04:20:00 -06:00
2024-04-09 11:09:51 -06:00
A dead-simple real-time voting tool.
2023-04-20 04:20:00 -06:00
2023-11-22 14:38:16 -07:00
## Stack
2023-04-20 04:20:00 -06:00
2023-11-22 14:38:16 -07:00
- Front-end framework: Remix
- Front-end library: React
- Rendering method: SSR
2024-04-09 11:29:47 -06:00
- Hosting: ???
2023-11-22 14:38:16 -07:00
- ORM: Drizzle ORM
2024-03-31 01:16:06 -06:00
- Database: Postgres
2023-04-20 04:20:00 -06:00
2023-11-22 14:38:16 -07:00
## Versioning
2023-04-20 04:20:00 -06:00
2023-11-22 14:38:16 -07:00
- I use a bastardized version of semantic versioning. I jump to a new minor release whenever I feel like I made enough patch releases.
- All released are named using the corperate BS generator, found [here](https://www.atrixnet.com/bs-generator.html).
2023-04-20 04:20:00 -06:00
2023-11-22 14:38:16 -07:00
## Contributing
2023-04-20 04:20:00 -06:00
2024-04-09 11:29:47 -06:00
Feel free to propose changes via PR. I'm not awfully picky about formatting right now, so I'll accept/reject on a case-by-case basis. Please make sure to have an issue first though.