Skip to content

Commit

Permalink
prep for netlify migration
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahZinsmeister committed Jun 11, 2019
1 parent 8506899 commit 8c06c0a
Show file tree
Hide file tree
Showing 12 changed files with 10,957 additions and 17,492 deletions.
3 changes: 0 additions & 3 deletions .netlify/state.json

This file was deleted.

5 changes: 5 additions & 0 deletions .prettierrc
@@ -0,0 +1,5 @@
{
"semi": false,
"singleQuote": true,
"printWidth": 120
}
13 changes: 13 additions & 0 deletions .travis.yml
@@ -0,0 +1,13 @@
branches:
except:
- original
language: node_js
node_js:
- '10'
cache:
directories:
- node_modules
install: yarn
script:
- yarn check:all
- yarn build
11 changes: 5 additions & 6 deletions README.md
@@ -1,20 +1,19 @@
# Uniswap History

[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
[![Netlify Status](https://api.netlify.com/api/v1/badges/299555b7-55bf-47e6-8c06-74cc4630828a/deploy-status)](https://app.netlify.com/sites/beta-uniswap-info/deploys)

Transaction and liquidity pool stats for https://uniswap.io
Transaction and liquidity pool stats for [https://uniswap.io](https://uniswap.io).

Check it out live: https://uniswap.info
Check it out live: [https://uniswap.info](https://uniswap.info).

### To Start Development

###### Installing dependency
###### Installing dependencies
```bash
npm i
yarn
```

###### Running locally
```bash
npm start
yarn start start
```
5 changes: 5 additions & 0 deletions netlify.toml
@@ -0,0 +1,5 @@
# support SPA setup
[[redirects]]
from = "/*"
to = "/index.html"
status = 200

0 comments on commit 8c06c0a

Please sign in to comment.