Elevator Shaft
The interchangeable multi storey & elevator you always wanted
pre-requisites
- Node.JS - if you don;t have it, you can download it right here.
Installation procedures
- Either download or clone (
git clone https://github.com/ereztdev/elevator-shaft.git
) this repo into your webserver - Switch into the repo directory where you pulled the repo:
cd elevator-shaft
npm install
to install node.js dependenciesnpm run serve
to transpile all frontend assets and run a node server.