killmenot / kicker-league

Web dashboard for Taganrog kicker league

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kicker League

Pre-Install

cp .env.example .env # then set env variables

Development

npm install
npm run db:dev:rebuild
npm run start:dev

Production

Without Migrations

npm install
npm start

With Migrations

npm install
npm run db:migrate
npm start

Run

Just open http://localhost:4000.

Tests

npm test

About

Web dashboard for Taganrog kicker league


Languages

Language:JavaScript 83.7%Language:Pug 15.6%Language:CSS 0.6%Language:Shell 0.0%