social bookmarking for atproto
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 necessary 10pnpm run dev 11``` 12 13## deployment 14 15```shell 16pnpm run build 17```