initial commit with first running version

This commit is contained in:
Patryk Hegenberg 2024-11-25 18:14:54 +01:00
commit 326895fb51
25 changed files with 2349 additions and 0 deletions

13
wails.json Normal file
View file

@ -0,0 +1,13 @@
{
"$schema": "https://wails.io/schemas/config.v2.json",
"name": "Noten",
"outputfilename": "Noten",
"frontend:install": "npm install",
"frontend:build": "npm run build",
"frontend:dev:watcher": "npm run dev",
"frontend:dev:serverUrl": "auto",
"author": {
"name": "Patryk Hegenberg",
"email": "patrykhegenberg@gmail.com"
}
}