From 8f5c84896841782be462dcda864894081d80a8b0 Mon Sep 17 00:00:00 2001 From: Kevin Goldsmith Date: Sat, 30 Apr 2022 13:01:39 -0700 Subject: [PATCH] Update README.md added links --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 8e3f51d..341c282 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,12 @@ To contribute: * install the dependencies with `npm install` * run `npm run dev` to build and run the dev server. This will also watch for changes and rebuild when a file is saved +## Resources + +* [Discussion board](https://community.anaconda.cloud/c/tech-topics/pyscript) +* [Home Page](https://pyscript.net/) +* [Blog Post](https://engineering.anaconda.com/2022/04/welcome-pyscript.html) + ## Notes * This is an extremely experimental project, so expect things to break!