/jujurly

A voting system where you can create your own and join others.

Primary LanguageTypeScript

Jujurly

Description

A voting system where you can create your own and join others.

Running locally

  1. Clone repo git clone https://github.com/anncaa/jujurly.git
  2. Move to directory cd jujurly
  3. Install dependencies using yarn install.
  4. Prepare environment variables (.env.local), refer to .env.example file.
  5. Run development server using yarn dev.

Open http://localhost:3000 with your browser to see the result.

For production, use this script: yarn build && yarn start

Misc.