A repository for the ETHPrize website. https://ethprize.io
Go to file
Andy Tudhope bf608e339c
hoek vulnerability
2018-05-27 10:12:30 -03:00
bounties_report First 84 interviews 2018-05-27 10:01:01 -03:00
src Modal footer bug fix and code indentation 2018-03-26 12:25:58 +01:00
.gitignore Updated copy and links 2018-03-10 13:37:57 +07:00
README.md Update README.md 2018-03-19 20:32:20 +01:00
package-lock.json hoek vulnerability 2018-05-27 10:12:30 -03:00
package.json hoek vulnerability 2018-05-27 10:12:30 -03:00
webpack.config.js Initialised the project and added favicons 2018-03-08 00:35:31 +00:00

README.md

ETHPrize

Install instructions

Install all the project dependencies

>$ npm install

To run a local development server

>$ npm run dev

To run a local development server with browser syn

>$ npm run watch

Build the code - Production (Uglify and minimise)

>$ npm run production

Fixes #6 Figma