https://github.com/matchai/tournament-code
A website that easily generates League of Legends tournament codes.
https://github.com/matchai/tournament-code
Last synced: 5 months ago
JSON representation
A website that easily generates League of Legends tournament codes.
- Host: GitHub
- URL: https://github.com/matchai/tournament-code
- Owner: matchai
- License: mit
- Created: 2015-07-21T11:57:39.000Z (over 10 years ago)
- Default Branch: v2
- Last Pushed: 2016-01-20T02:24:20.000Z (almost 10 years ago)
- Last Synced: 2025-01-17T18:00:35.676Z (11 months ago)
- Language: JavaScript
- Size: 302 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Tournament Code
===============
A simple League of Legends tournament code generator.
* First download or clone this repo :)
* Then run `npm install` to install dev dependencies. Use sudo if needed.
You'll need to have Gulp installed. If you already have Gulp installed, you can skip the following line. It is as simple as running:
* `npm install -g gulp`
During development mode, run the default task so you'll have watchers and browser sync. Simply do the following:
* Run `gulp` to start it up
* Try to modify html, scss and javascript files and see how the page gets updated with BrowserSync
When you're ready to deploy, simply do the following:
* Run `gulp deploy`
* All of the files you need will be in /dist with your images optimized, css compressed and js compressed
Version
==========================
2.0.0
More Information
==========================
Check out the website http://www.tournamentco.de/ for more information.
Revision History
==========================
December 7, 2015
* Started working on v2.0.0 to clean up the project