hbarcelos / linguo

Linguo user interface.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Linguo user interface.

Get Started

  1. Clone this repo.
  2. Install and set up the MetaMask chrome extension.
  3. Configure MetaMask on the Kovan Test Network.
  4. Run yarn to install dependencies
  5. Run yarn start to start the dev server.

Other Scripts

  • yarn run lint:js - Lint the entire project's .js files.
  • yarn run lint:js --fix - Fixes linter errors entire project's .js files.
  • yarn run lint:css - Lint the entire project's .css files.
  • yarn run lint:js --fix - Fixes linter errors entire project's .css files.
  • yarn run lint - Lint the entire project.
  • yarn run lint --fix - Fixes linter errors in the entire project.
  • yarn run build - Create a production build.
  • yarn run start - Start the development server.

About

Linguo user interface.


Languages

Language:JavaScript 99.8%Language:HTML 0.1%Language:Shell 0.1%