Skip to content

Commit

Permalink
Update development.md
Browse files Browse the repository at this point in the history
Updated to say to only run npm run dev in the root folder not  core, nui, panel, shared + root
  • Loading branch information
prosilentgamer2 authored and tabarra committed Aug 12, 2024
1 parent 7cc1eca commit 509f542
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ git clone https://github.com/tabarra/txAdmin
```
2. Install dependencies & prepare commit hook;
```sh
# for each workspace (core/nui/panel/shared) + root
# In your root folder run the following
npm install
npm run prepare
```
Expand Down Expand Up @@ -105,4 +105,4 @@ npx node-sass --output-style expanded --source-map true --source-map-contents tr
```

Then copy the `src/css/style.css` to txAdmin's folder.


0 comments on commit 509f542

Please sign in to comment.