Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnafnafee committed Mar 7, 2022
1 parent af4449e commit ca5cac8
Showing 1 changed file with 23 additions and 2 deletions.
25 changes: 23 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,35 @@

:electric_plug: **Real-time search**: Search books by name, author, genre etc...

---

## Built with

- **FrontEnd**: _Next.js_
- **BackEnd**: _Supabase_
- **Database**: PostgreSQL (PostgREST from _Supabase_)

## Quick Start

#### Install

Make sure you have yarn/npm installed

```bash
yarn install
```

#### Run

```bash
yarn dev
```

Note: You will need to create a `.env.local` file in the root directory and assign the following values:

```env
NEXT_PUBLIC_SUPABASE_KEY=
NEXT_PUBLIC_SUPABASE_URL=
```

---

<p>
Expand Down

1 comment on commit ca5cac8

@vercel
Copy link

@vercel vercel bot commented on ca5cac8 Mar 7, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.