Skip to content

Commit

Permalink
Aadding codesandbox for Hacktoberfest
Browse files Browse the repository at this point in the history
* adding codesandbox for Hacktoberfest
  • Loading branch information
blackgirlbytes committed Sep 25, 2023
1 parent f939171 commit a5729b6
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .codesandbox/tasks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"$schema": "https://codesandbox.io/schemas/tasks.json",
"setupTasks": [
{
"name": "Installing Dependencies",
"command": "npm install"
}
],
"tasks": {
"dev": {
"name": "Build Web5 SDK",
"command": "npm run build",
"runAtStart": true,
"restartOn": {
"files": [
"package-lock.json"
]
}
},
"tests": {
"name": "Run tests",
"command": "npm run test:node --ws"
}
}
}
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,12 @@ The SDK sets out to gather the most oft used functionality from all three of the
pillar technologies to provide a simple library that is as close to effortless as
possible.

## 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/web5-js/main)

## Installation

_NPM_
Expand Down

0 comments on commit a5729b6

Please sign in to comment.