An open API service indexing awesome lists of open source software.

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 บาท ไปใช้ทำอะไรบ้าง?

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`.