https://github.com/ozgrozer/trevor
Unit converter app
https://github.com/ozgrozer/trevor
converter electron react reactjs trevor unit-converter
Last synced: 6 months ago
JSON representation
Unit converter app
- Host: GitHub
- URL: https://github.com/ozgrozer/trevor
- Owner: ozgrozer
- License: mit
- Created: 2017-10-22T11:21:46.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-05T11:24:43.000Z (almost 8 years ago)
- Last Synced: 2025-02-14T11:53:19.223Z (8 months ago)
- Topics: converter, electron, react, reactjs, trevor, unit-converter
- Language: JavaScript
- Homepage:
- Size: 364 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# trevor
[](https://github.com/ozgrozer/trevor/tags)
[](https://github.com/ozgrozer/trevor/blob/master/license)[Electron](https://github.com/electron/electron) based unit converter app inspired by [Numi](http://numi.io/), powered by [React](https://github.com/facebook/react/).

## Build
```sh
# 1. Download the repo.
git clone https://github.com/ozgrozer/trevor.git# 2. Change directory.
cd trevor# 3. Install dependencies (with npm or yarn).
npm install
yarn install# 4. Build the app.
npm run build# 5. DMG file will be opened automatically.
```## Contribution
Feel free to contribute. Open a new [issue](https://github.com/ozgrozer/trevor/issues), or make a [pull request](https://github.com/ozgrozer/trevor/pulls).## License
[MIT](https://github.com/ozgrozer/trevor/blob/master/license)