ArthurBeaulieu / GrandeBocce

A bocce tournament handler for tons of fun.

Home Page:https://arthurbeaulieu.github.io/GrandeBocce/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GrandeBocce

License Doc Test

A bocce tournament handler for tons of fun. Made in French, because it's Bocce's homeland. If you require additionnal language, DM me :)

See it live or Read the documentation

Usage

If you need more information on those components methods and internals, you can read the online documentation.

Development

If you clone this repository, you can npm install to install development dependencies. This will allow you to build dist file, run the component tests or generate the documentation ;

  • npm run build to generate the minified file ;
  • npm run watch to watch for any change in source code ;
  • npm run server to launch a local development server ;
  • npm run test to perform tests ;
  • npm run test-dev to debug tests ;
  • npm run doc to generate documentation ;
  • npm run beforecommit to perform tests, generate doc and bundle the source files.

To avoid CORS when locally loading the example HTML file, run the web server. Please do not use it on a production environment. Unit tests are performed on both Firefox and Chrome ; ensure you have both installed before running tests, otherwise they might fail.

GrandeBocce 0.0.1 - GPL-3.0 - ArthurBeaulieu

About

A bocce tournament handler for tons of fun.

https://arthurbeaulieu.github.io/GrandeBocce/index.html

License:GNU General Public License v3.0


Languages

Language:JavaScript 60.8%Language:HTML 31.4%Language:SCSS 7.2%Language:CSS 0.6%