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.