Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/pooltogether/pooltogether.com
- Owner: pooltogether
- License: mit
- Created: 2021-09-15T22:50:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-11T22:03:37.000Z (7 months ago)
- Last Synced: 2024-06-12T05:59:03.802Z (7 months ago)
- Language: TypeScript
- Homepage: https://pooltogether.com
- Size: 143 MB
- Stars: 9
- Watchers: 3
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 💻 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.