Skip to content

Commit

Permalink
Configure for Hacktoberfest
Browse files Browse the repository at this point in the history
  • Loading branch information
acekyd committed Sep 21, 2023
1 parent 795d93b commit 9abac74
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
9 changes: 9 additions & 0 deletions .codesandbox/tasks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
// These tasks will run in order when initializing your CodeSandbox project.
"setupTasks": [
{
"name": "Install Dependencies",
"command": "npm install"
}
]
}
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**.
Expand All @@ -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 <!-- omit in toc -->

Exposes a multi-tenanted DWN (aka Decentralized Web Node) through a JSON-RPC API over `http:` and `ws:`
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 9abac74

Please sign in to comment.