Installation instructions

devFront
Raphael Cerveaux 2018-06-06 12:41:58 +02:00 committed by GitHub
parent 0439506dd1
commit 7fa8a91248
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 4 deletions

View File

@ -10,14 +10,24 @@ Rise and shine, 9 AM and your hand can't make it to the alarm clock before the v
You have to get into the class **before** 10 AM. Welcome to the grind.
<p align="center"><img src="./docs/plan.jpeg" /></p>
<p align="center">
<img src="./docs/plan.jpeg" alt="" />
</p>
## Installation
## Installation (manual)
~~~
$ git clone https://github.com/SundownDEV/Am-I-late
$ cd Am-I-late/
$ composer install && npm install
$ make install
~~~
## Installation (docker)
~~~
$ git clone https://github.com/SundownDEV/Am-I-late
$ cd Am-I-late/
$ docker-compose up
~~~
## Usage