Landing page for the PoolTogether Hyperstructure.
Run the development server through pnpm dev.
Open http://localhost:3000 on your browser to see the resulting app.
The app follows the following structure:
pages- All of the pages in the app!components- React components that make up the contents of the pages.constants- Constant values, references and configurations to deploy and run this app.
Enter any environment variables in .env.local for testing. A .env.example file is available for reference.