mirror of
https://github.com/directus/directus.git
synced 2026-01-23 02:18:00 -05:00
Add the build step to the running locally docs (#5055)
This commit is contained in:
committed by
GitHub
parent
0f64b00a73
commit
b2ff80cb74
@@ -29,10 +29,11 @@ git clone git@github.com:YOUR-USERNAME/directus.git
|
||||
git checkout -b YOUR-BRANCH-NAME
|
||||
```
|
||||
|
||||
## 4. Install the dependencies
|
||||
## 4. Install the dependencies and build the project
|
||||
|
||||
```bash
|
||||
npm install
|
||||
npm run build
|
||||
```
|
||||
|
||||
## 5. Create a `.env` file
|
||||
|
||||
Reference in New Issue
Block a user