Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 1.63 KB

README.md

File metadata and controls

38 lines (23 loc) · 1.63 KB
ruby

repo size commit a week

- A monorepo for anura's types & create-anura-app
- Create anura app usage: Here
- Anura types package: Here

For devs:

  • 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 : )

Running the dev server:

  1. Make sure you have those dependencies installed.
  2. Run make as this will build Anura & Rip the files for testing
  3. Run pnpm run build build the create anura app files.
  4. node anura-utils/dist/index.js is your best friend.
  5. test_project is already gitignored, i'd recommend using that for the name when testing.
Everything in this repo is licensed under the MIT license unless otherwise specified.