1
0
Fork
You've already forked asts
0
Aktueller Stimmungsskalen Tracker https://asts.castanearie.eu/
  • Svelte 75.7%
  • TypeScript 20.6%
  • HTML 1.4%
  • CSS 1.3%
  • JavaScript 1%
2025年02月05日 19:19:42 +01:00
src feat: Add link to repo 2025年02月05日 19:19:42 +01:00
static Commit changes 2024年01月20日 20:11:20 +01:00
.eslintignore Initial commit 2023年05月13日 14:03:10 +02:00
.eslintrc.cjs Initial commit 2023年05月13日 14:03:10 +02:00
.gitignore Initial commit 2023年05月13日 14:03:10 +02:00
.npmrc Initial commit 2023年05月13日 14:03:10 +02:00
.prettierignore Initial commit 2023年05月13日 14:03:10 +02:00
.prettierrc Initial commit 2023年05月13日 14:03:10 +02:00
LICENSE chore: Add MIT license 2025年02月05日 19:17:35 +01:00
package-lock.json chore: Bump major version 🥳 2025年02月05日 19:07:26 +01:00
package.json chore: Bump major version 🥳 2025年02月05日 19:07:26 +01:00
README.md doc: Update README 2025年02月05日 19:14:17 +01:00
svelte.config.js chore: Migrate to SvelteKit 2 2025年01月20日 15:45:10 +01:00
tsconfig.json Initial commit 2023年05月13日 14:03:10 +02:00
vite.config.ts Initial commit 2023年05月13日 14:03:10 +02:00

ASTS

An offline PWA for tracking your mood.

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.