https://github.com/ghostdevv/time
Time tracking apps
https://github.com/ghostdevv/time
Last synced: about 2 months ago
JSON representation
Time tracking apps
- Host: GitHub
- URL: https://github.com/ghostdevv/time
- Owner: ghostdevv
- Created: 2022-01-29T20:19:28.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-08T08:28:44.000Z (over 2 years ago)
- Last Synced: 2025-04-07T19:54:19.088Z (11 months ago)
- Language: Svelte
- Homepage: https://ghost-time.vercel.app/
- Size: 1.22 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# svite-template-tauri-routify-ts
## setup
1. Setup tauri dev environment for your os
- see https://tauri.studio/en/docs/getting-started/intro
2. init tauri with `npm run tauri init`
- set web web assets dir to `../dist`
- set dev server to http://localhost:3000
3. development
- use `npm run dev` if you only want to develop the ui part in the browser
- use `npm run tauri-dev` if you want to develop with tauri running. first run takes a while
4. building
- use `npm run build` if you only want to build the ui part into `dist`
- use `npm run tauri-build` if you want to build the native app. first run takes a while
5. enjoy