diff --git a/.gitpod.yml b/.gitpod.yml index 0814e55..a151bee 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -5,4 +5,9 @@ # Learn more from ready-to-use templates: https://www.gitpod.io/docs/introduction/getting-started/quickstart tasks: - - init: npm install + - name: Install npm dependencies + init: npm install + - name: Serve + command: + python -m http.server 5000 + diff --git a/README.md b/README.md index 70bdb35..6275e57 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ # rbjks.github.io + + + + Access this website at https://rbjks.github.io/index.html diff --git a/activities.html b/activities.html index 579d35a..4dcf012 100644 --- a/activities.html +++ b/activities.html @@ -157,6 +157,6 @@