https://github.com/rememberber/where_to_eat
Created with StackBlitz ⚡️
https://github.com/rememberber/where_to_eat
Last synced: about 1 year ago
JSON representation
Created with StackBlitz ⚡️
- Host: GitHub
- URL: https://github.com/rememberber/where_to_eat
- Owner: rememberber
- Created: 2024-10-22T02:58:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-23T06:01:08.000Z (over 1 year ago)
- Last Synced: 2025-04-11T01:53:30.944Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://stackblitz.com/edit/sb1-6wgztj
- Size: 692 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# where_to_eat
[Edit in StackBlitz next generation editor ⚡️](https://stackblitz.com/~/github.com/rememberber/where_to_eat)
## build page and static files
```bash
npx vite build
```
## build windows and mac app
```bash
npm run build
npm run electron:build
```