@Pascal Syma Pascal Syma authored on 27 Jan 2020
public Added them Pictures BOIIIIIIIIIIIIIIIIIIIII <3 (and somewhat fixed the positions..) (And I do not know how to delete my old commit so here we go !!) 4 years ago
src added breathe in 4 years ago
.gitattributes changing EOL from package 4 years ago
.gitignore Added git version 4 years ago
Jenkinsfile fixed ssh put 4 years ago
Readme.md changed name in Readme.md 4 years ago
package-lock.json Initial Commit 4 years ago
package.json Added git version 4 years ago
Readme.md

TemplAir

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 -b gh-pages https://git.bosym.de/git/MaMa/MazeGame.git
cd MazeGame