lvn / fischr

Play games

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fischr

An easy-to-use online gaming platform.

Installation

Install Node.js and dependencies using the following:

brew install wget
curl "https://nodejs.org/dist/latest/node-${VERSION:-$(wget -qO- https://nodejs.org/dist/latest/ | sed -nE 's|.*>node-(.*)\.pkg</a>.*|\1|p')}.pkg" > "$HOME/Downloads/node-latest.pkg" && sudo installer -store -pkg "$HOME/Downloads/node-latest.pkg" -target "/"
npm install && bower install

Run Fischr at localhost:3001:

node ./app.js

About

Play games

License:GNU General Public License v3.0


Languages

Language:JavaScript 56.4%Language:HTML 36.6%Language:CSS 7.0%