From a2d2d3a36cdd826512ed89c297b050664b82f1d9 Mon Sep 17 00:00:00 2001 From: windingwind <33902321+windingwind@users.noreply.github.com> Date: Thu, 13 Jul 2023 00:29:53 +0800 Subject: [PATCH] add: readme start with github codespace --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 6cc6750..679467a 100644 --- a/README.md +++ b/README.md @@ -140,6 +140,18 @@ This is also how your plugin will be released and used by others. - Fork this repo/Click `Use this template`; - Git clone the forked repo; - Enter the repo folder; +
+💡 Start with GitHub Codespace + +*GitHub CodeSpace* enables you getting started without the need to download code/IDE/dependencies locally. + +Replace the steps above and build you first plugin in 30 seconds! + +- Goto top of the [homepage](https://github.com/windingwind/zotero-plugin-template), click the green button `Use this template`, click `Open in codespace`. You may need to login to your GitHub account. +- Wait for codespace to load. + +
+ - Modify the settings in `./package.json`, including: ```json5