Skip to content

Commit 3586b5e

Browse files
authored
Merge pull request #864 from Red007Master/patch-1
DOCS: Fixing, from `npm build` to `npm run build`.
2 parents 7acda7f + 61d6fcd commit 3586b5e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/docs/features/self-hosting.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Fork the [GitHub repo](https://github.com/live-codes/livecodes) and clone it. Yo
2121
git clone https://github.com/{your-username}/livecodes
2222
cd livecodes
2323
npm install
24-
npm build # build the app to "build" directory
24+
npm run build # build the app to "build" directory
2525
npm run serve # locally serve to http://localhost:8080
2626

2727
# deploy

0 commit comments

Comments
 (0)