Skip to content

isabella232/mewcx-landing-page

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mewcx-landing-page

Landing page for MyEtherWallet chrome extension.

Getting started

  1. Open terminal
  2. Clone the repo: git clone git@github.com:MyEtherWallet/mewcx-landing-page.git
  3. run npm i to install node packages.
  4. run vue-cli-service build.
  5. start npm run serve
  6. If npm run serve fails and above the error message it states 'new update found' then the package.json version of the indicated packages needs to be updated to match the versions shown in the notice.
  7. App should be running in https://localhost:8080

Developers

  1. Open terminal
  2. Clone the repo: git@github.com:MyEtherWallet/mewcx-landing-page.git
  3. run git checkout master
  4. run npm i to install node packages.
  5. run vue-cli-service build.
  6. start npm run serve
  7. App should be running in https://localhost:8080

Releases

No releases published

Packages

No packages published

Languages

  • Vue 55.2%
  • SCSS 34.7%
  • HTML 5.6%
  • JavaScript 4.5%