Skip to content

Commit 7d88d95

Browse files
authored
Update README.md
1 parent 80cd0ef commit 7d88d95

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,14 +87,30 @@ Moox Press packages require WordPress Version 6.7, password hashing is currently
8787
Install and use the Monorepo:
8888

8989
```bash
90+
# Clone the Moox Monorepo (in /Herd maybe)
9091
git clone https://github.com/mooxphp/moox
92+
93+
# Create a new Laravel project
9194
composer create-project laravel/laravel mooxdev
95+
cd mooxdev
96+
97+
# Use Moox Devlink to Symlink Moox packages
9298
composer require moox/devlink
99+
100+
# Publish the Devlink config if you need to change
101+
# folders or packages, otherwise run with defaults
93102
php artisan vendor:publish --tag="devlink-config"
103+
104+
# Symlink all packages and run Composer
94105
php artisan moox:devlink
106+
107+
# Use the Moox Installer
95108
php artisan moox:install
109+
110+
# Just for Filament, otherwise go inside a theme folder
96111
npm install
97112
npm run dev
113+
npm run build # before commit
98114
```
99115

100116
We are currently rebuilding the Monorepo architecture. The installation might be incomplete. We will soon provide a single command for that.

0 commit comments

Comments
 (0)