Go to file
Daniel Schädler 3cc3b7d066 Add quick install link 2019-06-04 17:37:04 +02:00
features Test redirection to Error Page given Tournament Code that is too long 2018-12-12 22:10:19 +01:00
js Fix all the styling issues in all the files 2018-12-09 23:46:21 +01:00
pages Resolve conflicts and fix style issues 2018-12-12 21:54:07 +01:00
static Design score edit input fields in tournament view 2018-12-09 00:48:35 +01:00
.eslintrc.json Change eslint rule to only accept unix linebreaks 2018-12-11 08:42:35 +01:00
.gitignore add .idea to gitignore 2018-11-08 11:33:29 +01:00
.hound.yml Add proper name for eslint config file 2018-12-11 08:38:56 +01:00
README.md Add quick install link 2019-06-04 17:37:04 +02:00
next.config.js Fix all the styling issues in all the files 2018-12-09 23:46:21 +01:00
package-lock.json Add server-side clean urls 2018-11-07 14:15:26 +01:00
package.json Add actually functioning style check and fix style in api.js 2018-12-06 09:57:51 +01:00
server.js Fix all the styling issues in all the files 2018-12-09 23:46:21 +01:00
style.css Add support for custom css files 2018-11-08 11:20:36 +01:00
yarn.lock Add actually functioning style check and fix style in api.js 2018-12-06 09:57:51 +01:00

README.md

turniere-frontend

Quick install with Docker

turnie.re - Quickstart

Prerequisites

You'll need Node.js and a package manager for Node.js (like npm or Yarn; We recommend Yarn) installed on your system in order to run this program. You can see how to install Node.js here.

Setup the project

First of course you'll need to clone this repository:

$ git clone https://github.com/turniere/turniere-frontend.git

Afterwards you'll have to install the used libraries using following command:

yarn install

Afterwards you may simply run the developer version of the project:

$ yarn run dev