Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/petruspierre/smart-park
Projeto Interdisciplinar Unipe
https://github.com/petruspierre/smart-park
Last synced: about 2 months ago
JSON representation
Projeto Interdisciplinar Unipe
- Host: GitHub
- URL: https://github.com/petruspierre/smart-park
- Owner: petruspierre
- Created: 2023-10-31T19:57:39.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-31T20:00:12.000Z (about 1 year ago)
- Last Synced: 2024-06-11T16:19:17.451Z (7 months ago)
- Language: TypeScript
- Homepage: https://smart-park-five.vercel.app
- Size: 147 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Como rodar
Primeiramente, copie o arquivo `.env.example` e crie um `.env.local` com as credenciais do supabase
- Instale as dependências
```bash
npm install
```- Execute o seguinte comando
```bash
npm run dev
```