docs(README): update setup instructions to include package build step

- Added a step to build local shared packages before running Automaker
- Updated the sequence of instructions for clarity
This commit is contained in:
Kacper
2025-12-21 15:24:23 +01:00
parent 6e341c1c15
commit 9f97426859

View File

@@ -118,7 +118,10 @@ cd automaker
# 2. Install dependencies
npm install
# 3. Run Automaker (pick your mode)
# 3. Build local shared packages
npm run build:packages
# 4. Run Automaker (pick your mode)
npm run dev
# Then choose your run mode when prompted, or use specific commands below
```