nodes/README.md
Max Richter eafc9c99c8
All checks were successful
Deploy to GitHub Pages / build_site (push) Successful in 2m8s
feat: add octaves to noise node
2024-04-30 13:15:56 +02:00

787 B

Nodarium

Nodarium

Nodarium is a WebAssembly based visual programming language.

Table of contents

Developing

Install prerequisites:

Install dependencies

pnpm i

Build the Nodes

pnpm build:nodes

Start the dev server

cd app
pnpm dev

Now you can create your first node 🤓

Roadmap