A repository for the ETHPrize website. https://ethprize.io
Go to file
Andy Tudhope d1060b942f
Merge pull request #4 from CS76/master
ETHPrize responsive website
2018-03-10 15:18:25 +07:00
src About section image alignment and the landing section margin removed 2018-03-10 08:10:13 +00: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 Initial design to code draft 2018-03-09 21:52:12 +00:00
package.json Added gh-pages support 2018-03-10 13:45:08 +07: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