Skip to content

Commit

Permalink
Merge pull request #6 from karate/main
Browse files Browse the repository at this point in the history
Update Development instructions in README
  • Loading branch information
mikezaby authored Apr 26, 2024
2 parents 4c55a56 + 29ef782 commit df0cdb0
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,22 @@ Blibliki Grid is acting as the visual counterpart to the [Blibliki Engine](https

## Development

Requires Node.js and PNPM
Requires Node.js, PNPM and a [Clerk](https://clerk.com/) account.

Install dependencies
### Install dependencies

```
pnpm install
```

Start server
### Setup Clerk account

- Go to cleck.com and create an account
- Create a new Application
- Select Next.js framework
- Follow the instructions and create a `.env.local` file with the `NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY` and `CLERK_SECRET_KEY` variables

### Start server

```
pnpm dev
Expand Down

0 comments on commit df0cdb0

Please sign in to comment.