From 9abac74cbc4dcc2dca32283c0f007de364b86e3f Mon Sep 17 00:00:00 2001 From: Adewale Abati Date: Thu, 21 Sep 2023 16:42:17 +0000 Subject: [PATCH] Configure for Hacktoberfest --- .codesandbox/tasks.json | 9 +++++++++ README.md | 11 +++++++---- 2 files changed, 16 insertions(+), 4 deletions(-) create mode 100644 .codesandbox/tasks.json diff --git a/.codesandbox/tasks.json b/.codesandbox/tasks.json new file mode 100644 index 0000000..260875e --- /dev/null +++ b/.codesandbox/tasks.json @@ -0,0 +1,9 @@ +{ + // These tasks will run in order when initializing your CodeSandbox project. + "setupTasks": [ + { + "name": "Install Dependencies", + "command": "npm install" + } + ] +} diff --git a/README.md b/README.md index 5f7324a..19b7f09 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ The **first 20 contributors** to succesfully merge a PR will secure exclusive sw ## **What is Hacktoberfest?** -Celebrate the 10th anniversary of Hacktoberfest this year! Hosted annually every October, Hacktoberfest is a month-long event sponsored by DigitalOcean, GitHub, and various other partners, championing open-source contributions. +Celebrate the 10th anniversary of Hacktoberfest this year! Hosted annually every October, Hacktoberfest is a month-long event sponsored by DigitalOcean, GitHub, and various other partners, championing open-source contributions. > ⭐️ If you're new to Hacktoberfest, you can learn more and register to participate [here](https://hacktoberfest.com/participation/). Registration is from **September 26th- October 31st**. @@ -44,9 +44,6 @@ Your contribution, be it big or minuscule, carries immense value. We eagerly awa Here's to a thrilling Hacktoberfest voyage with us! 🎉 - - - # DWN Server Exposes a multi-tenanted DWN (aka Decentralized Web Node) through a JSON-RPC API over `http:` and `ws:` @@ -78,6 +75,12 @@ Exposes a multi-tenanted DWN (aka Decentralized Web Node) through a JSON-RPC API See more in [Storage Options](#storage-options) +## Running online environment + +Interested in contributing instantly? You can make your updates directly without cloning in the running CodeSandbox environment. + +[![Edit in CodeSandbox](https://assets.codesandbox.io/github/button-edit-lime.svg)](https://codesandbox.io/p/github/TBD54566975/dwn-server/tree/main) + # Installation ```bash