inkwell-public
v1.0.0
Published
- [Inkwell](#inkwell) - [Setup](#setup)
Downloads
2
Readme
Inkwell
Setup
- Clone the repo https://github.com/inkwell/inkwell-public
- Run
pnpm i
to install all dependencies - Note that we can't run
dev
processes in topological order because they are infinite-running. Therefore, runpnpm setup-project
once first from the workspace root (which just callspnpm build
). - Run
pnpm dev
from the workspace root to run everything