Go to file
Felix Hamme 0a2c180d6a Replace hardcoded backend url with environment variable (works only server-side) (required client-side tough, so it doesn't work (wait till next commit, Thor77 has a lovely fix for that))
(This commit was definitely not changed because I nagged about it wasn't working...)
2019-05-08 09:40:00 +02:00
js Replace hardcoded backend url with environment variable (works only server-side) (required client-side tough, so it doesn't work (wait till next commit, Thor77 has a lovely fix for that)) 2019-05-08 09:40:00 +02:00
pages Merge branch 'master' into ticket/TURNIERE-156 2019-05-02 08:52:18 +02:00
static Tweak Design 2019-04-22 16:41:37 +02:00
.eslintrc.json Change eslint rule to only accept unix linebreaks 2018-12-11 08:42:35 +01:00
.gitignore Resolve any errors in the syntax 2019-04-08 11:08:43 +02:00
.hound.yml Add proper name for eslint config file 2018-12-11 08:38:56 +01:00
README.md Make the commands in the README uniform 2019-04-11 15:12:09 +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 Create proper animation for the group phase section 2019-04-16 09:47:50 +02:00
server.js Create a first draft of the edit-tournament-page 2018-12-12 15:43:34 +01:00
style.css Add support for custom css files 2018-11-08 11:20:36 +01:00
yarn.lock Create proper animation for the group phase section 2019-04-16 09:47:50 +02:00

README.md

turniere-frontend

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