web-i-dunno
v1.0.1
Published
RFC 8771 Internationalized Deliberately Unreadable Network Notation
Downloads
1
Readme
Web I-DUNNO
An implementation of RFC 8771 as a web page and npm module.
To encode your IP in I-DUNNO format, visit: andybalaam.gitlab.io/web-i-dunno.
Development
Setup
Follow the instructions at rustwasm.github.io/docs/book/game-of-life/setup.html.
Build
Run tests:
cargo test
Run locally:
wasm-pack build
cd www
npm install
npm run start
Then go to http://localhost:8080/ to view the app locally. To rebuild leave
the npm run start
running, and manually re-run wasm-pack build
after making
changes to Rust code.
Deploy
wasm-pack build
cd www
npm install
npm run build
This creates code inside public/
that is ready to be uploaded to your web
space.