Source code for my personal website. https://sadil.eu
Find a file
Michael Sadil 7165c12749
All checks were successful
push / lint (push) Successful in 11s
push / build (push) Successful in 14s
Set up pipeline
2025-10-09 18:06:14 +02:00
.forgejo/workflows Set up pipeline 2025-10-09 18:06:14 +02:00
.vscode Initial commit 2025-10-09 10:40:50 +02:00
public Initial commit 2025-10-09 10:40:50 +02:00
src Flip light/dark mode toggle and add tooltip 2025-10-09 16:03:20 +02:00
.editorconfig Initial commit 2025-10-09 10:40:50 +02:00
.gitignore Initial commit 2025-10-09 10:40:50 +02:00
.npmrc Initial commit 2025-10-09 10:40:50 +02:00
.prettierrc.json Initial commit 2025-10-09 10:40:50 +02:00
eslint.config.js Enable extra eslint rules 2025-10-09 14:52:52 +02:00
index.html Initial commit 2025-10-09 10:40:50 +02:00
package-lock.json Initial commit 2025-10-09 10:40:50 +02:00
package.json Initial commit 2025-10-09 10:40:50 +02:00
postcss.config.js Initial commit 2025-10-09 10:40:50 +02:00
quasar.config.ts Dark mode switching 2025-10-09 11:59:26 +02:00
README.md Initial commit 2025-10-09 10:40:50 +02:00
tsconfig.json Initial commit 2025-10-09 10:40:50 +02:00

Homepage

Homepage for my personal website.

Install the dependencies

yarn
# or
npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Lint the files

yarn lint
# or
npm run lint

Format the files

yarn format
# or
npm run format

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.config.js.