Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jim w committed Dec 19, 2022
2 parents 62147ad + 269b289 commit 369548a
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
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
30 changes: 25 additions & 5 deletions README.md
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

0 comments on commit 369548a

Please sign in to comment.