Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
woai3c authored Jul 30, 2023
1 parent a09fe65 commit e019975
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,27 @@

请参考 canvas 安装指引文档:<https://github.com/Automattic/node-canvas/wiki>

## 开发
安装依赖
```sh
pnpm i
```
开发
```
pnpm dev
```
构建
```
pnpm build
```
测试
```
pnpm test
```

## 示例
所有示例均在 examples 目录下,查看示例前需要先执行构建命令 `pnpm build`

## 参考资料

* [Let's build a browser engine!](https://limpet.net/mbrubeck/2014/08/08/toy-layout-engine-1.html)
Expand Down

0 comments on commit e019975

Please sign in to comment.