Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Baz authored and Tim Baz committed Jun 28, 2023
1 parent 9bd4150 commit ca7dea8
Showing 1 changed file with 21 additions and 6 deletions.
27 changes: 21 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@

An open source sign language dictionary app build with Next.js 13 and Supabase, TailwindCSS, Shadcn-UI.

You can clone & create this repo locally with the following command:

```bash
npx create-next-app precedent --example "https://github.com/timtbdev/sign-dictionary"
```

## Tech Stack + Features

https://user-images.githubusercontent.com/28986134/212368288-12f41e37-aa8c-4e0a-a542-cf6d23410a65.mp4
Expand Down Expand Up @@ -63,6 +57,27 @@ https://user-images.githubusercontent.com/28986134/212368288-12f41e37-aa8c-4e0a-

- [Vercel Analytics](https://vercel.com/analytics) – Track unique visitors, pageviews, and more in a privacy-friendly way


## Running Locally

1. Install dependencies using pnpm:

```sh
pnpm install
```

2. Copy `.env.example` to `.env.local` and update the variables.

```sh
cp .env.example .env.local
```

3. Start the development server:

```sh
pnpm dev
```

## Author

- Tim ([@timtbdev](https://twitter.com/timtbdev))

0 comments on commit ca7dea8

Please sign in to comment.