Skip to content

radiant-labs/radiantkit-app-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RadiantKit App Template

A fresh RadiantKit app, ready for hacking 🚀

Getting Started

Install rust and wasm-bindgen.

Build

cd runtime
wasm-pack build --target=web --release --scope radiantkit

Run

cd ../app
npm i
npm run start

Template Structure

Runtime

Core Rust based runtime that specifes the nodes, messages and interactions.

App

A React app that interacts with the runtime.

About

A new RadiantKit based app, ready for hacking.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published