-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/rchain-community/rhovisio…
- Loading branch information
Showing
2 changed files
with
30 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
name: Deploy | ||
uses: peaceiris/actions-gh-pages@v3 | ||
with: | ||
github_token: ${{ secrets.GITHUB_TOKEN }} | ||
publish_dir: ./html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,25 @@ | ||
# requirements | ||
- run as a github site | ||
- serve markdown and html pages | ||
- active rholang text box like rgov | ||
- rholang componants: fields, code, pragma? in rholang directory | ||
# Requirements | ||
- [ ] Run as a github site | ||
- [x] Serve markdown and html pages | ||
- [ ] Tell who we are | ||
- [ ] Onboard and support cooperators | ||
- How to participate (OC, discord, consider.it, github) | ||
- Using rev (metamask, links to actions) | ||
- [ ] Active rholang text box like rgov | ||
- [ ] Rholang components: fields, code, pragma? in rholang directory | ||
- [ ] On chain content | ||
- [ ] Markdown macros - macrhobot integration | ||
- [ ] Personal, group and global pages | ||
|
||
## Build | ||
``` | ||
yarn add cmark-gfm-js | ||
yarn install | ||
node md2html.js pages/filr.md >html/file.html | ||
``` | ||
## Run | ||
``` | ||
node web.jw | ||
``` | ||
Browse to localhos:8080/?page=file |