Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 331 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 331 Bytes

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