The Linguo user interface.
- Clone this repo.
- Install and set up the MetaMask chrome extension.
- Configure MetaMask on the Kovan Test Network.
- Run
yarn
to install dependencies - Run
yarn start
to start the dev server.
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.