Skip to content

Commit

Permalink
Inital skeleton and content for the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Joachim Rosskopf committed Nov 24, 2024
1 parent 871ecdb commit 553e791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ docs-install:
# Start documentation development server with hot reload
docs-dev: docs-install
@echo "Starting documentation development server with hot reload..."
@cd $(DOC_DIR) && BROWSER=none $(NPM) run start
@cd $(DOC_DIR) && BROWSER=none $(NPM) run start -- --host 0.0.0.0 --port 3000 --no-open

# Build documentation for production
docs-build: docs-install
Expand Down

0 comments on commit 553e791

Please sign in to comment.