Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kocierik authored Sep 30, 2023
1 parent d8847d4 commit 0e4bce6
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,14 @@

## Developing

Once you've cloned the repository and installed dependencies with `pnpm install`, start a development server:
Clone the repository, install dependencies and update git submodule:
```bash
pnpm install
git submodule init
git submodule update
```

start a development server:

```bash
pnpm dev
Expand Down

1 comment on commit 0e4bce6

@vercel
Copy link

@vercel vercel bot commented on 0e4bce6 Sep 30, 2023

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

dynamik – ./

dynamik.vercel.app
dynamik-git-main-csunibo.vercel.app
dynamik-csunibo.vercel.app

Please sign in to comment.