Skip to content

pooltogether/pooltogether.com

Repository files navigation

PoolTogether Brand


💻   PoolTogether Landing Page

next ts tailwind version Crowdin

Netlify Status

🏆   Overview

Landing page for the PoolTogether Hyperstructure.

🏎️   Quickstart

Running Development Server

Run the development server through pnpm dev.

Open http://localhost:3000 on your browser to see the resulting app.

App Structure

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.

Environment Setup

Enter any environment variables in .env.local for testing. A .env.example file is available for reference.