@Pascal Syma Pascal Syma authored on 20 Jan 2020
public Added git version 4 years ago
src Added git version 4 years ago
.gitattributes changing EOL from package 4 years ago
.gitignore Added git version 4 years ago
Jenkinsfile fix Jenkins deploying every branch 4 years ago
Readme.md Added README 4 years ago
package-lock.json Initial Commit 4 years ago
package.json Added git version 4 years ago
Readme.md

MazeGame

MaMa Productions - Antonio Martinez Casadesus und Pascal Syma 2019/2020

Build Status

Requirements

  • Node 13
    • npm install -g browserify
    • npm install -g watchify
  • Git
  • Any webserver

Common setup

Clone the repo.

git clone https://git.bosym.de/git/MaMa/MazeGame.git
cd MazeGame

Bundle sources by npm run prod.

Point your webserver to /public.

If you want to automatically compile your changes, run npm run dev.

Read-only setup

If you don't want or need to make changes to the code, you can easily clone the pre-compiled Branch, powered by Jenkins.

git clone -branch gh-pages https://git.bosym.de/git/MaMa/MazeGame.git
cd MazeGame