A dead-simple real-time voting tool.
app | ||
public | ||
.dockerignore | ||
.env.example | ||
.eslintrc.cjs | ||
.gitignore | ||
.npmrc | ||
CODE_OF_CONDUCT.md | ||
docker-compose.yml | ||
Dockerfile | ||
drizzle.config.ts | ||
env.d.ts | ||
LICENSE | ||
package.json | ||
pnpm-lock.yaml | ||
postcss.config.cjs | ||
postcss.config.js | ||
README.md | ||
SECURITY.md | ||
tailwind.config.ts | ||
tsconfig.json | ||
vite.config.ts |
Pollo
A dead-simple real-time voting tool.
Stack
- Front-end framework: Remix
- Front-end library: React
- Rendering method: SSR
- Hosting: ???
- ORM: Drizzle ORM
- Database: Postgres
Versioning
- 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.
Contributing
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.