Skip to content

Commit 76f28d1

Browse files
authored
last steps
1 parent de1e2e0 commit 76f28d1

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

contributing/development-environment.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,19 @@ As well need to make the needed tables etc in the database.
100100
sail artisan migrate:fresh --force
101101
```
102102

103-
#### 7. Installing the application
103+
#### 7. Installing NPM assets
104+
105+
We will need to install the needed NPM assets
106+
107+
```bash
108+
./vendor/bin/sail npm install && ./vendor/bin/sail npm run build
109+
110+
# or if you have a Sail alias setup...
111+
sail npm install && sail npm run build
112+
113+
```
114+
115+
#### 8. Installing the application
104116

105117
Once the environment is setup you can install a fresh version of the application by running the following command. Keep in mind this WILL refresh the entire database.
106118

0 commit comments

Comments
 (0)