This repository contains examples that use c15t.
- astro-react - using astro + react + c15t
- cloudflare-worker - using cloudflare worker + c15t
- next - using next.js app router + c15t
- next-pages - using next.js pages router + c15t
- next-self-host - using next.js with self-hosted c15t
- svelte - using svelte + c15t
- vite-react - using vite + react + c15t
Install dependencies
pnpm installFor running the examples, run the below command and replace [workspace] with the example name.
pnpm -w [workspace] run devOr if you have cloned a specific example, you can follow the instructions in the example's README.
deno run --allow-net hello.tsor allow to read files on local disk:
deno run --allow-net --allow-read jsx.tsxInstall dependencies
bun installRun the example
bun run hello.tsDistributed under the MIT License.
Built with ❤️ by the consent.io team