Skip to content

mono-koto/pizza-frontend

Repository files navigation

This is a Next.js project bootstrapped with create-next-app.

Dev notes

Generate our token data:

npm exec tsx script/create-token-map.ts  > src/tokens/tokendata.json

Run the development server:

npm run dev