- Initial Commit -
(Minimum set of features, including DevTools toggling in DEV mode)
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
Our first hands on attempt to understand Relay.
This section should list any major frameworks that you built your project using. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.
-
Fork and Clone the Repo:
git clone https://github.com/oslabs-beta/peach.git
Install the dpendencies:
-
[ npm i ]
npm install
-
Run the Electron App locally
npm start
- In order to build the executable file (aka, the desktop client) you will need to run specific commands for your OS:
-
Mac:
npm run package-mac
-
Windows:
npm run package-win
-
Linux:
npm run package-linux
-
Look for the directory Release-builds in the root folder where you cloned this Repo. (created automatically by the previous command)
-
Find the specific folder for your OS. (e.g., peachQE-win)
-
The file peachQE.exe (in Windows) will launch the app in your machine.
For more examples, please refer to the Documentation
Distributed under the MIT License. See LICENSE
for more information.