A sample app that showcases a simple assertions.
When testing this application, you should not be able to insert any notes (using the frontend) that contain the word "hello".
git clone https://github.com/junobuild/examples
cd rust/assertions
npm ci
To run the frontend app:
npm run dev
To run the "backend" functions:
juno dev start