A repository for the ETHPrize website. https://ethprize.io
Go to file
Andy Tudhope 89095ca70d Added Funding Partners section 2018-03-14 18:56:54 +02:00
src Added Funding Partners section 2018-03-14 18:56:54 +02:00
.gitignore Updated copy and links 2018-03-10 13:37:57 +07:00
README.md Initialised the project and added favicons 2018-03-08 00:35:31 +00:00
package-lock.json Content updates, button fixes, added Web3 Foundation 2018-03-13 10:49:26 +02:00
package.json Content updates, button fixes, added Web3 Foundation 2018-03-13 10:49:26 +02: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