nostr-minions

Crates.ionostr-minions
lib.rsnostr-minions
version0.1.4
sourcesrc
created_at2024-12-06 20:23:18.888917
updated_at2024-12-08 21:35:02.758795
descriptionA Yew-based framework for client side Nostr apps
homepagehttps://github.com/illuminodes/minions
repositoryhttps://github.com/illuminodes/minions
max_upload_size
id1474684
size142,144
(42Pupusas)

documentation

README

Minions

A framework for building performant and secure PWAs in (mostly) full-stack Rust.

We aim to provide simple building blocks for apps that are fast, secure, and easy to build. Open source widget libraries are integrated to Nostr data feeds to provide interactivity and real-time data updates.

Build and run

The app uses Yew to build a WASM client side application. Styling is handled using TailwindCSS.

To build and run the project, you should have installed:

To build a new application, clone the repository and run the following command:

trunk serve

This will build the project and start a development server.

"Warm" Reloading

The build script will recognize any HTML content inside Yew's functional components and reload new changes on save. Due to Rust's compile times, this will not be instant.

Contributing

Bounties to help drive open contribution forward will be posted as issues on the repository. All rewards are paid in Bitcoin.

Commit count: 17

cargo fmt