Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 430 Bytes

File metadata and controls

19 lines (12 loc) · 430 Bytes

Blog of cast42

https://cast42.github.io/blog/

To create an editor with the fast api editor run:

uv run fastapi dev src/blog/asgi.py

To preview the blog locally:

uv run mkdocs serve

To see the preview, open a browser to port 8000 on localhost http://127.0.0.1:8000/blog/

Don't forget to add to the end of the markdown!