5
0
Fork
You've already forked tools.eraa.at
1
Simple browser based tools https://tools.eraa.at/
  • Svelte 72.9%
  • TypeScript 24%
  • Typst 1.3%
  • JavaScript 1%
  • CSS 0.7%
  • Other 0.1%
Clemens Koza ea4684897f
All checks were successful
Publish to eraa.at / Publish to tools.eraa.at (push) Successful in 1m51s
Merge pull request 'feature/schedule-planner' ( #1 ) from Tobero/tools.eraa.at:feature/schedule-planner into main
Reviewed-on: #1 
2026年03月31日 17:37:55 +02:00
.forgejo try codeberg-tiny for deployment 2026年03月29日 11:05:45 +02:00
.vscode npx sv create my-app, edit prettierrc 2026年03月28日 11:05:26 +01:00
src Landing Page: Schedule Planner hinzugefügt, Main-Theme beibehalten 2026年03月31日 17:18:36 +02:00
static npx sv create my-app, edit prettierrc 2026年03月28日 11:05:26 +01:00
.gitignore npx sv create my-app, edit prettierrc 2026年03月28日 11:05:26 +01:00
.npmrc npx sv create my-app, edit prettierrc 2026年03月28日 11:05:26 +01:00
.prettierignore npx sv create my-app, edit prettierrc 2026年03月28日 11:05:26 +01:00
.prettierrc npx sv create my-app, edit prettierrc 2026年03月28日 11:05:26 +01:00
eslint.config.js Schedule Planner: UI-Überarbeitung, BlockEditor-Verbesserungen, Code-Qualität 2026年03月31日 17:16:50 +02:00
LICENSE add LICENSE 2026年03月28日 16:45:10 +01:00
package-lock.json Add Schedule Planner tool — full Svelte 5 port from React 2026年03月31日 17:16:50 +02:00
package.json Add Schedule Planner tool — full Svelte 5 port from React 2026年03月31日 17:16:50 +02:00
README.md README: Original wiederherstellen, Schedule Planner Doku in eigenen Ordner 2026年03月31日 17:16:50 +02:00
svelte.config.js npx sv create my-app, edit prettierrc 2026年03月28日 11:05:26 +01:00
tsconfig.json npx sv create my-app, edit prettierrc 2026年03月28日 11:05:26 +01:00
vite.config.ts npx sv create my-app, edit prettierrc 2026年03月28日 11:05:26 +01:00

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.