- A monorepo for anura's types & create-anura-app
- Create anura app usage: Here
- Anura types package: Here
- Create anura app usage: Here
- Anura types package: Here
- When developing for this you'll need the same deps as AnuraOS as this repo pulls things out of Anura.
- You'll also need PNPM as that's the only package manager allowed in this repo
- Your probably wanting Create anura app (see above), feel free to contribute if you find something wrong or want something added : )
- Make sure you have those dependencies installed.
- Run
make
as this will build Anura & Rip the files for testing - Run
pnpm run build
build the create anura app files. node anura-utils/dist/index.js
is your best friend.test_project
is already gitignored, i'd recommend using that for the name when testing.