https://github.com/pooltogether/pooltogether-skeleton-ui
A skeleton UI for quickly starting frontend projects
https://github.com/pooltogether/pooltogether-skeleton-ui
Last synced: about 1 year ago
JSON representation
A skeleton UI for quickly starting frontend projects
- Host: GitHub
- URL: https://github.com/pooltogether/pooltogether-skeleton-ui
- Owner: pooltogether
- License: mit
- Created: 2021-05-28T20:46:09.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-22T19:44:55.000Z (almost 5 years ago)
- Last Synced: 2025-04-25T04:03:30.328Z (about 1 year ago)
- Language: JavaScript
- Size: 11.6 MB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PoolTogether Skeleton UI
A simple React app to standardize core apps across the PoolTogether ecosystem.
# Setup
Install dependencies:
```bash
$ yarn
```
Make sure you have `direnv` installed and copy `.envrc.example` to `.envrc`:
```bash
$ cp .envrc.example .envrc
```
Fill in your own values for `.envrc`, then run:
```bash
$ direnv allow
```
To run the local server, run:
```
$ yarn dev
```
# Usage
- Choose what layout you want (`DefaultLayout` or `SimpleLayout`)
- Add supported networks to `useSupportedNetworks`
- Remember to wrap your pages with ``
#### Developer Tools
- [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode)