Elaborate on how to set up dev env

This commit is contained in:
Joost Rijneveld
2022-11-27 14:02:40 +01:00
parent 7d82a4a924
commit a211e3ae4a
5 changed files with 62 additions and 8 deletions

2
server
View File

@@ -1,2 +1,2 @@
#!/bin/bash
php -S hashru.local:8080 -t public
php -S 127.0.0.1:8080 -t public