Porting the project protocol client to Nextjs for SEO, page performance, static rendering, server-side components, image optimization and more ✨.
-
Set up environment Run:
touch .env.local echo "AUTH_SECRET=$(openssl rand -base64 32)" >> .env.local echo "API_URL=http://localhost:3000" >> .env.local
-
Add
TOLGEE_ACCESS_TOKEN
to .env.local... TOLGEE_ACCESS_TOKEN=<your tolgee api key>
-
Install dependencies Run:
pnpm i
-
Start dev server Run:
pnpm dev