Commit e19d017c by Jonathan Reinink Committed by GitHub

Merge pull request #35 from djm/patch-1

Add extra setup details to README
2 parents 44a2faf0 398f2610
Showing with 6 additions and 0 deletions
......@@ -61,6 +61,12 @@ Run database seeder:
php artisan db:seed
```
Run the dev server (the output will give the address):
```sh
php artisan serve
```
You're ready to go! Visit Ping CRM in your browser, and login with:
- **Username:** johndoe@example.com
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!