Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kleros/linguo
Linguo user interface.
https://github.com/kleros/linguo
arbitrable blockchain dapp decentralized decentralized-applications ethereum frontend kleros linguo translation web3
Last synced: 23 days ago
JSON representation
Linguo user interface.
- Host: GitHub
- URL: https://github.com/kleros/linguo
- Owner: kleros
- Created: 2020-02-27T17:19:13.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-02T16:02:48.000Z (almost 2 years ago)
- Last Synced: 2023-03-02T16:20:25.040Z (almost 2 years ago)
- Topics: arbitrable, blockchain, dapp, decentralized, decentralized-applications, ethereum, frontend, kleros, linguo, translation, web3
- Language: JavaScript
- Homepage:
- Size: 3.91 MB
- Stars: 6
- Watchers: 4
- Forks: 4
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
The Linguo user interface.
## Get Started
1. Clone this repo.
2. Install and set up the [MetaMask](https://chrome.google.com/webstore/detail/metamask/nkbihfbeogaeaoehlefnkodbefgpgknn?hl=en) 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.