Next.js + Tauri + Python Demo

This is a demo project that shows how to use Next.js, Tauri and Python together.

How to run

  1. Install dependencies
pnpm install
  1. Run the development server
pnpm dev
  1. Build the app
pnpm build