nectar/kinode/packages/homepage/ui
2024-03-22 16:50:45 -04:00
..
public unify-0.0.1 2024-03-22 16:50:45 -04:00
src ui fixes for appstore and homepage 2024-03-22 16:50:45 -04:00
.gitignore unify-0.0.1 2024-03-22 16:50:45 -04:00
.nvmrc unify-0.0.1 2024-03-22 16:50:45 -04:00
add-inline-tags.js unify-0.0.1 2024-03-22 16:50:45 -04:00
build_all.sh unify-0.0.1 2024-03-22 16:50:45 -04:00
package-lock.json unify-0.0.1 2024-03-22 16:50:45 -04:00
package.json unify-0.0.1 2024-03-22 16:50:45 -04:00
README.md unify-0.0.1 2024-03-22 16:50:45 -04:00
tsconfig.json unify-0.0.1 2024-03-22 16:50:45 -04:00
yarn.lock unify-0.0.1 2024-03-22 16:50:45 -04:00

Register

This app is compiled and put into the root directory of every Kinode node for login and registration. It handles all on-chain KNS registration flows

Development

  1. Run yarn to install dependencies
  2. Run yarn run tc to generate ABIs
  3. Start a kinode locally on port 8080 (default)
  4. Run yarn start to serve the UI at http://localhost:3000 (proxies requests to local kinode)

If you would like to proxy requests to a kinode that is not at http://localhost:8080, change the proxy field in package.json.

Building

  1. Run yarn to install dependencies
  2. Run yarn run tc to generate ABIs
  3. Run yarn build to generate the ./build folder
  4. Overwrite kinode/kinode/src/register-ui/build with ./build