The appearance and disappearance of the group phase section will now be animated. The animation will have to be adjusted at some point, since currently the height is hardcoded. The reason for the library is, that react-bootstrap doesn't support animations anymore as of https://github.com/react-bootstrap/react-overlays/issues/146#issuecomment-282036734 |
||
|---|---|---|
| js | ||
| pages | ||
| static | ||
| .eslintrc.json | ||
| .gitignore | ||
| .hound.yml | ||
| README.md | ||
| next.config.js | ||
| package-lock.json | ||
| package.json | ||
| server.js | ||
| style.css | ||
| yarn.lock | ||
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