A starter codebase for generating Decentralized Web Apps based on pwa-starter with Web5 already integrated.
First, clone and run dwn-server for local development:
git clone https://github.com/TBD54566975/dwn-server.git
cd dwn-server
npm install
npm run server
In a new terminal window, run the following:
git clone https://github.com/csuwildcat/web5-collab-app
cd web5-collab-app
npm install
npm run dev
Resource | Description |
---|---|
CODEOWNERS | Outlines the project lead(s) |
CODE_OF_CONDUCT.md | Expected behavior for project contributors, promoting a welcoming environment |
CONTRIBUTING.md | Developer guide to build, test, run, access CI, chat, discuss, file issues |
GOVERNANCE.md | Project governance |
LICENSE | Apache License, Version 2.0 |