This folder contains the local frontend implemented with TypeScript and SvelteKit.
The following command starts a local development environment with hot reloading for the frontend code (restarts are required for backend changes):
rill devtool start local
Running in development creates a (gitignored) empty project in dev-project
. Pass --reset
to the command above to clear its state.
- Build the application and the Rill CLI for E2E tests:
make
- Run all the tests
npm run test
In production, the frontend is built into a static site and embedded in the CLI. See cli/README.md
for details.