Skip to content

Ookiiboy/hyoketsu

Repository files navigation

Hyōketsu

Hyōketsu is a simple and ephemeral voting system. By default the polls in which users vote expire and are deleted after 20 minutes. There is no authentication, it uses the honor system.

About

Development Setup

Development dependencies are managed by the nix package manager, and deno itself. To get started:

  1. Install nix package-manager

  2. Using nix enable or install direnv (recommended), or when you enter the directory type nix shell. When you cd into the project folder, direnv will ask for your permission to download all dependencies.

Run the dev server

This will watch the project directory and restart as necessary.

make dev

Find out what else you can do

make help