Go to file
Felix Hamme 7bbeee9e25 Design matches on the tournament page 2018-12-07 14:49:47 +01:00
js Export request methods in api.js and include the api url in them 2018-12-03 12:46:02 +01:00
pages Design matches on the tournament page 2018-12-07 14:49:47 +01:00
static Design matches on the tournament page 2018-12-07 14:49:47 +01:00
.gitignore add .idea to gitignore 2018-11-08 11:33:29 +01:00
README.md Update README.md 2018-11-20 14:00:18 +01:00
next.config.js Add support for custom css files 2018-11-08 11:20:36 +01:00
package-lock.json Add server-side clean urls 2018-11-07 14:15:26 +01:00
package.json Add api calls with persistent user data 2018-11-29 16:19:02 +01:00
server.js Add server-side clean urls 2018-11-07 14:15:26 +01:00
style.css Add support for custom css files 2018-11-08 11:20:36 +01:00
yarn.lock Add api calls with persistent user data 2018-11-29 16:19:02 +01: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