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 install
For running the examples, run the below command and replace [workspace]
with the example name.
pnpm -w [workspace] run dev
Or if you have cloned a specific example, you can follow the instructions in the example's README.
deno run --allow-net hello.ts
or allow to read files on local disk:
deno run --allow-net --allow-read jsx.tsx
Install dependencies
bun install
Run the example
bun run hello.ts
Distributed under the MIT License.
Built with ❤️ by the consent.io team