Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pooltogether/pooltogether.com

PoolTogether landing page.
https://github.com/pooltogether/pooltogether.com

Last synced: about 2 months ago
JSON representation

PoolTogether landing page.

Awesome Lists containing this project

README

        



PoolTogether Brand


# 💻   PoolTogether Landing Page

![next](https://img.shields.io/static/v1?label&logo=nextdotjs&logoColor=white&message=Next.js&color=black)
![ts](https://img.shields.io/badge/typescript-%23007ACC.svg?style=flat&logo=typescript&logoColor=white)
![tailwind](https://img.shields.io/static/v1?label&logo=tailwindcss&logoColor=white&message=tailwind&color=38B2AC)
![version](https://img.shields.io/github/package-json/v/pooltogether/pooltogether.com?color=brightgreen)
[![Crowdin](https://badges.crowdin.net/e/f7b198821d40b6dda194448b319fae41/localized.svg)](https://pooltogether.crowdin.com/landing-page)

[![Netlify Status](https://api.netlify.com/api/v1/badges/5122144f-d6f2-4ee0-98d3-84fc4e564d4a/deploy-status)](https://app.netlify.com/sites/pooltogether-com/deploys)

# 🏆   Overview

Landing page for the PoolTogether Hyperstructure.

## 🏎️   Quickstart

### Running Development Server

Run the development server through `pnpm dev`.

Open [http://localhost:3000](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.