taxonomy starter app at the edge
Taxonomy at the Edge is an experimental application optimized to run in the Edge Runtime. It is a fork of the original Taxonomy application and has undergone several changes to make it compatible with the edge runtime. The purpose of this application is to deploy a pre-built, state-of-the-art Next.js application on Cloudflare Pages, which requires the edge runtime.
To run the Taxonomy at the Edge application locally, follow the steps below:
pnpm install
Copy the .env.example file to .env.local and add your own variables.
Start the development server:
pnpm run dev
Taxonomy at the Edge is an experimental application optimized to run in the Edge Runtime. It is a modified version of the original Taxonomy application, with various changes made to enable compatibility with the edge runtime. This application offers several features, such as routing, data fetching, authentication, and more. By deploying this application on Cloudflare Pages with the edge runtime, users can experience improved performance and 0ms cold starts.