We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7acda7f + 61d6fcd commit 3586b5eCopy full SHA for 3586b5e
1 file changed
docs/docs/features/self-hosting.mdx
@@ -21,7 +21,7 @@ Fork the [GitHub repo](https://github.com/live-codes/livecodes) and clone it. Yo
21
git clone https://github.com/{your-username}/livecodes
22
cd livecodes
23
npm install
24
- npm build # build the app to "build" directory
+ npm run build # build the app to "build" directory
25
npm run serve # locally serve to http://localhost:8080
26
27
# deploy
0 commit comments