root 2018-06-06 14:02:47 +02:00
commit c19d23d9a2
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. 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 $ git clone https://github.com/SundownDEV/Am-I-late
$ cd 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 ## Usage
@ -44,4 +54,4 @@ Load test data fixtures
~~~ ~~~
php bin/console doctrine:fixture:load php bin/console doctrine:fixture:load
~~~ ~~~