https://github.com/narze/10k-planner
คุณจะนำเงินดิจิทัล 10,000 บาท ไปใช้ทำอะไรบ้าง?
https://github.com/narze/10k-planner
active-project fundme prisma skeleton-ui sveltekit tailwindcss
Last synced: 3 months ago
JSON representation
คุณจะนำเงินดิจิทัล 10,000 บาท ไปใช้ทำอะไรบ้าง?
- Host: GitHub
- URL: https://github.com/narze/10k-planner
- Owner: narze
- Created: 2023-08-27T15:17:54.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-18T16:23:02.000Z (almost 3 years ago)
- Last Synced: 2025-01-01T15:12:53.794Z (over 1 year ago)
- Topics: active-project, fundme, prisma, skeleton-ui, sveltekit, tailwindcss
- Language: Svelte
- Homepage: https://10k.narze.live
- Size: 200 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 10k Planner
คุณจะนำเงินดิจิทัล 10,000 บาท ไปใช้ทำอะไรบ้าง?
## Developing
```bash
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:
```bash
npm run build
```
You can preview the production build with `npm run preview`.