Skip to content
This repository was archived by the owner on Nov 23, 2025. It is now read-only.
Open
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ help: ## this help dialog
@grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'

serve: ## serve project locally for development
poetry run lektor serve -f scsscompile
uv run lektor serve -f scsscompile

build: ## build project for hosting
poetry run lektor build -f scsscompile --output-path output
uv run lektor build -f scsscompile --output-path output
378 changes: 0 additions & 378 deletions poetry.lock

This file was deleted.

Loading