This is a sandbox repository for experimenting with various web frameworks and meta-frameworks. Each project is self-contained in its own directory.
sandbox: An Astro project.standalone/next-js: A Next.js project.standalone/nuxt: A Nuxt project.standalone/prismic: A SvelteKit project with Prismic integration.standalone/remix: A Remix project.standalone/sveltekit: A SvelteKit project.To install dependencies for all projects, run the following command from the root directory:
bun install
To start a specific project, use the scripts defined in the root package.json file. For example, to start the Next.js project:
bun run dev:next