Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 675 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 675 Bytes

Octopeth

Decentralized Ethereum dApp Store

Build Setup

# install yarn with homebrew
brew install yarn --without-node

# install dependencies
yarn install

# serve with hot reload at localhost:9080
yarn run dev

# build electron application for production
yarn build

# run unit tests
yarn test


# lint all JS/Vue component files in `src/`
npm run lint

Milestones

  • Loading Splash Screen
  • Browser Window
  • Circular Navigator Logic
  • Authentication Logic ( Wallet Gen. and Auth )