Remove empty git repository

This commit is contained in:
Nicolas Grekas
2018-06-07 21:07:21 +02:00
parent 39244360f0
commit a592c0c393
6 changed files with 4 additions and 10 deletions
@@ -4,8 +4,9 @@
* <fg=blue>Run</> your application:
1. Change to the project directory
2. Execute the <comment>php -S 127.0.0.1:8000 -t public</> command;
3. Browse to the <comment>http://localhost:8000/</> URL.
2. Create your code repository with the <comment>git init</comment> command
3. Execute the <comment>php -S 127.0.0.1:8000 -t public</> command
4. Browse to the <comment>http://localhost:8000/</> URL.
Quit the server with CTRL-C.
Run <comment>composer require server --dev</> for a better web server.