- Svelte 72.9%
- TypeScript 24%
- Typst 1.3%
- JavaScript 1%
- CSS 0.7%
- Other 0.1%
tools.eraa.at
This is a collection of tools provided by ERAA that can be used in the browser. They are deployed as a static site, meaning that they run fully in the browser and don't transfer any data to us.
In the future, some tools may access third-party services (e.g. to download Typst packages for rendering documents in the browser). Should that become the case, it will be noted on that tool's page.
Below are development instructions from the project template.
Developing
Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
Building
To create a production version of your app:
npm run build
You can preview the production build with npm run preview.
To deploy your app, you may need to install an adapter for your target environment.