Dogear 🐶
Webapp to manage bookmarks.
WIP!!!
Setup development environment
#### Prerequisites:
- [Git](https://git-scm.com/)
- [Node.js](https://nodejs.org/en) >= v20.0.0
- [Docker](https://www.docker.com/)
- [PnPm](https://pnpm.io/)
#### Local Database:
[How to use Supabase on a local development machine](https://supabase.com/docs/guides/cli/local-development)
#### Run Development:
###### Start database:
```bash
cd supabase
npx supabase start
```
###### Start project:
```bash
pnpm run dev
```
Main Dependencies:
Development Dependencies: