Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
skyrpex committed Jul 24, 2023
1 parent ff21211 commit 424f44c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
9 changes: 9 additions & 0 deletions apps/wing-console/console/app/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Contributing to Wing Console

## Start dev mode

```sh
pnpm dev
```

Also, you have to start the dev script on the `apps/wing-console/console/server` package.
7 changes: 7 additions & 0 deletions apps/wing-console/console/server/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Contributing to `@wingconsole/server`

## Start dev mode

```sh
pnpm dev
```

0 comments on commit 424f44c

Please sign in to comment.