Aktueller Stimmungsskalen Tracker
https://asts.castanearie.eu/
- Svelte 75.7%
- TypeScript 20.6%
- HTML 1.4%
- CSS 1.3%
- JavaScript 1%
| src | feat: Add link to repo | |
| static | Commit changes | |
| .eslintignore | Initial commit | |
| .eslintrc.cjs | Initial commit | |
| .gitignore | Initial commit | |
| .npmrc | Initial commit | |
| .prettierignore | Initial commit | |
| .prettierrc | Initial commit | |
| LICENSE | chore: Add MIT license | |
| package-lock.json | chore: Bump major version 🥳 | |
| package.json | chore: Bump major version 🥳 | |
| README.md | doc: Update README | |
| svelte.config.js | chore: Migrate to SvelteKit 2 | |
| tsconfig.json | Initial commit | |
| vite.config.ts | Initial commit | |
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.