aori-test-widget
v1.0.10
Published
app.aori.io is built with [Tailwind CSS](https://tailwindcss.com), Preact, and Vite
Downloads
483
Readme
app.aori.io
app.aori.io is built with Tailwind CSS, Preact, and Vite
Getting started
To get started , first install the npm dependencies:
npm install
Next, run the development server:
npm run dev
Finally, open http://localhost:5173 in your browser to view the website.
Building
To build the widget:
npm run build
The entrypoints dist/aori-swap-widget.js
(ES module) and dist/aori-swap-widget.umd.cjs
(UMD) will be built
An example html file to use the built widget library can be found at build.html.
To run the widget loaded into the sample html page, run python3 -m http.serve
and then navigate to http://localhost:8000/build.html