Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eyss/h-wiki-front
Frontend for H-Wiki, a holochain-powered wiki for groups and communities
https://github.com/eyss/h-wiki-front
communities graphql holochain react wiki
Last synced: 5 days ago
JSON representation
Frontend for H-Wiki, a holochain-powered wiki for groups and communities
- Host: GitHub
- URL: https://github.com/eyss/h-wiki-front
- Owner: eyss
- Created: 2020-01-20T19:17:31.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T05:22:08.000Z (almost 2 years ago)
- Last Synced: 2024-08-01T12:30:48.214Z (3 months ago)
- Topics: communities, graphql, holochain, react, wiki
- Language: JavaScript
- Homepage:
- Size: 4.76 MB
- Stars: 19
- Watchers: 5
- Forks: 2
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - eyss/h-wiki-front - Frontend for H-Wiki, a holochain-powered wiki for groups and communities (react)
README
# H-Wiki
Frontend code for H-Wiki, see [h-wiki-back](https://github.com/eyss/h-wiki-back) for DNA code.
H-Wiki is a hApp (holochain application) that allows groups and communities to create their own wiki-like repositories of information.
Each wiki is created with an initial administrator, that can grant `administrator` or `editor` roles to any other user that joins the hApp.
Design: https://hackmd.io/HQ0wjyjjTpK4yJ9FcAx0Iw
## Running
Start the holochain backend first, see https://github.com/eyss/h-wiki-back#getting-started.
Run this:
```
yarn
yarn start
```You will be automatically redirected to `https://localhost:3000`. This hApp uses the Progenitor pattern, which expects an admin user. If you've used the sample conductor config in the `h-wiki-back` repo, you should already be the progenitor.
When the UI starts up, you'll be asked for your username. Once you enter it, you're ready to start creating pages!