Skip to content
Snippets Groups Projects
Commit 826452f0 authored by Andy Brüchert's avatar Andy Brüchert
Browse files

added docs and composer.phar

parent 009c6e67
No related branches found
No related tags found
No related merge requests found
## Primary dependencies
- php
- php extension openssl
- php extension xsl
## build dependencies
- xmlcalabash
## Download required libraries
```bash
php bin/composer.phar install
```
## Start a local server
```bash
php -S 127.0.0.1:9999 -t public public/index.php
```
## Run the make file
On unix and on windows using the git bash you can run:
```bash
make target
```
File added
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment