DimensionDev / coda

Make Codec Interesting Again. ([I:b])
GNU Affero General Public License v3.0
1 stars 0 forks source link

[Demo] An online coda demo serving at docs dir #11

Open clearloop opened 4 years ago

clearloop commented 4 years ago

Desc

Just like tweetnacl, supports all encoding in coda.

septs commented 4 years ago

via https://npm.im/gh-pages

  "scripts": {
    "start": "webpack-dev-server",
    "build": "webpack --mode production",
    "deploy": "rimraf dist && npm run build && gh-pages -d dist"
  },
npm run deploy # push to `gh-pages` branch