yarn
yarn dev
- react-celo for web3 connection and account management
- Next.js app framework
- Apollo Client (for Graph queries)
- Material UI for designed React Components
/pages
includes the main application components (specificallyindex.tsx
and_app.tsx
)_app.tsx
includes configurartionindex.tsx
is the main page of the application
/components
includes components that are rendered inindex.tsx
/public
includes files for the PWA/utils
is for utility functions
This application uses next-pwa to make this a mobile friendly progressive web application.
PWAs are similar to web pages, but have some additional features that give users an experience on par with native apps.