13 lines
287 B
Markdown
13 lines
287 B
Markdown
# ETHPrize
|
|
ETHPrize single page React website
|
|
|
|
## Setting up
|
|
- `git clone git@github.com:Nona-Creative/ETHPrize.git`
|
|
- `npm install`
|
|
|
|
`npm run dev` runs the site at `localhost:3000`
|
|
|
|
`npm run deploy` to deploy to `https://nona-creative.github.io/ETHPrize`
|
|
|
|
`yarn lint` runs the eslinter
|