1# @clipprjs/client
2 3This is a reference implementation for the Clippr frontend using Solid.
4 5## development
6 7```shell
8pnpm install
9cp .env.example .env # Modify this if necessary10pnpm run dev
11```1213## deployment
1415```shell
16pnpm run build
17```