Skip to content

Commit

Permalink
chore: optimise dev docs
Browse files Browse the repository at this point in the history
  • Loading branch information
marcj committed Aug 11, 2024
1 parent e0a0c3f commit ac0633a
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,13 @@ Node >= v18 is needed.
```shell
git clone https://github.com/deepkit/deepkit-framework.git
cd deepkit-framework
yarn install
yarn
```

Make sure the compiler is built first and injected to node_modules:

```shell
npm run postinstall
```

When installation is finished you can build the packages:
Expand Down Expand Up @@ -48,6 +54,12 @@ lerna notice cli v7.4.1
> Lerna (powered by Nx) Successfully ran target build for 43 projects (1m)
```

You can try running some tests

```shell
npm run test packages/type/
```

If everything went fine you can try out the example app:

```shell
Expand Down

0 comments on commit ac0633a

Please sign in to comment.