# @clipprjs/client This is a reference implementation for the Clippr frontend using Solid. ## development ```shell pnpm install cp .env.example .env # Modify this if necessary pnpm run dev ``` ## deployment ```shell pnpm run build ```