From a3969695133fda99e146743b05003e7591638262 Mon Sep 17 00:00:00 2001
From: Munyaneza Armel <73389979+munyanezaarmel@users.noreply.github.com>
Date: Sat, 22 Oct 2022 22:31:16 +0200
Subject: [PATCH] added gitpod (#129)
---
.gitpod.yml | 9 +++++++++
CONTRIBUTING.md | 6 +++++-
README.md | 6 ++++++
3 files changed, 20 insertions(+), 1 deletion(-)
create mode 100644 .gitpod.yml
diff --git a/.gitpod.yml b/.gitpod.yml
new file mode 100644
index 0000000..ea44972
--- /dev/null
+++ b/.gitpod.yml
@@ -0,0 +1,9 @@
+# This configuration file was automatically generated by Gitpod.
+# Please adjust to your needs (see https://www.gitpod.io/docs/config-gitpod-file)
+# and commit this file to your remote git repository to share the goodness with others.
+
+tasks:
+ - init: npm install && npm run build
+ command: npm run start
+
+
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index b6b2829..e1db21b 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -37,7 +37,11 @@ Packages:
1. [landing-page](https://github.com/ayoayco/astro-reactive-library/tree/main/apps/landing-page) - in the directory `apps/landing-page`
- Astro website for the library's introductory landing page
-# Running locally
+ [](https://gitpod.io/#https://github.com/ayoayco/astro-reactive-library.git)
+
+
+
+# Running locally
We mainly use the `demo` app to see changes we make on the packages. Do the following to start hacking:
diff --git a/README.md b/README.md
index 1f84916..9906b09 100644
--- a/README.md
+++ b/README.md
@@ -11,6 +11,12 @@
+
+
+