This is the repo for the Triangler applications UI. This front end is written in svelte using sveltekit. Currently this frontend is intended to only run browser side.
# install the deps
pnpm install
# start the dev server
pnpm run dev
# or start the server and open the app in a new browser tab
pnpm run dev -- --open
Note: You will need to start the Triangler API to use this application as this is only the frontend.
To create a production version of your app:
pnpm run build
You can preview the production build with pnpm run preview
.
To deploy your app, you may need to install an adapter for your target environment.
- PattyC (schlerp)