diff --git a/README.md b/README.md index 80c5b62..5c14e93 100644 --- a/README.md +++ b/README.md @@ -33,10 +33,15 @@ git merge upstream/master --no-commit Deploy anywhere that serves static files. For local development: +VSCode: +[LiveServer](https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer) and hit start server in the docs-viewer directory + +Rawdogging it with notepad: ```sh npx live-server ``` + #### Cloudflare Pages 1. Create a new repository on GitHub.