You can test your local UIX library in UIX apps on the same host:
- Expose the local UIX library on
localhost:4242by runningdeno task expose-uix - Copy the
importmap.uixdev.jsonfrom the uix repo to your project repo and set theimportMapin the projectsdeno.jsonto link to this file - Launch your app with
uix -l(ordeno run --import-map importmap.uixdev.json -Aqr http://localhost:4242/run.ts -wr)
When new command line arguments are added or updated, run
deno run -A run.ts --generate-helponce to update the RUN.md file.
This file is used for uix --help (See https://github.com/unyt-org/command-line-args for more information)
The main branch is uix-new. This repository uses semantic versioning.
To develop a feature, create a feature branch named feature/FEATURE-NAME, work on the branch and create a pull request when finished.