Skip to content

Commit 3562bdc

Browse files
committed
Update README
1 parent 27cf3ce commit 3562bdc

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,22 @@ Feel free to dig around. Most of the content is written in Markdown, so if you s
99
If you want to tinker with this locally, it's a standard Statamic/Laravel app. So whatever set up you're using for your apps, should work. This is the one I use:
1010

1111
```bash
12-
[email protected]:NoelDeMartin/noeldemartin.com.git noeldemartin.com
12+
git clone git@github.com:NoelDeMartin/noeldemartin.com.git noeldemartin.com
1313
cd noeldemartin.com
1414
cp .env.example .env
1515
composer install
1616
npm install
1717
php artisan key:generate
18+
19+
## Only do this if you want to use the control panel
20+
touch database/database.sqlite
21+
php artisan migrate:fresh --seed
22+
1823
composer dev
1924
```
2025

26+
You should now be able to open the site on [localhost:8000](http://localhost:8000), and use the control panel at [localhost:8000/cp](http://localhost:8000/cp) using the `[email protected]` username and `secret` password.
27+
2128
## Production
2229

2330
These instructions are mostly for me, since I don't expect anyone to serve this other than myself (please don't 😅).

0 commit comments

Comments
 (0)