Copy .env.local.example to .env.local
Update the properties:
Linux: openssl rand -hex 32 or go to https://generate-secret.now.sh/32
npm install
# or
yarn
# or
pnpm installnpm run dev
# or
yarn dev
# or
pnpm devOpen http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying src/app/page.tsx. The page auto-updates as you edit the file.
pnpm run format:fix