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

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 ⚡️

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