Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/docs/features/self-hosting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Fork the [GitHub repo](https://github.com/live-codes/livecodes) and clone it. Yo
git clone https://github.com/{your-username}/livecodes
cd livecodes
npm install
npm build # build the app to "build" directory
npm run build # build the app to "build" directory
npm run serve # locally serve to http://localhost:8080

# deploy
Expand Down