sheldarr / votenger

Voting application for LAN party

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

votenger

Voting application for Lan party.

development

cp .env.example .env

make install dev

testing

Make sure user admin is configured (NEXT_PUBLIC_ADMINS)

To run interactive mode make sure you added access control for X. To disable access controll type xhost +

make test
make test--watch

make test-e2e
make test-e2e--interactive

production

cp .env.example .env

sed -i 's/NODE_ENV=development/NODE_ENV=production/g' .env

make install build prod

About

Voting application for LAN party

License:MIT License


Languages

Language:TypeScript 98.3%Language:Makefile 1.2%Language:JavaScript 0.3%Language:Shell 0.2%