mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-02-03 08:53:36 +00:00
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:
@@ -118,7 +118,10 @@ cd automaker
|
|||||||
# 2. Install dependencies
|
# 2. Install dependencies
|
||||||
npm install
|
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
|
npm run dev
|
||||||
# Then choose your run mode when prompted, or use specific commands below
|
# Then choose your run mode when prompted, or use specific commands below
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user