Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Commit

Permalink
Merge pull request #122 from grey-software/update-readme
Browse files Browse the repository at this point in the history
Updated readme with dev instructions and link to website
  • Loading branch information
Lakshya2610 authored Dec 12, 2019
2 parents f5975c6 + 9c66cb3 commit 7235064
Showing 1 changed file with 22 additions and 7 deletions.
29 changes: 22 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,30 @@ bash setup.sh

## Running Toonin

### client
Use [Vue UI](https://cli.vuejs.org/guide/) to import and run the web app.
### Running the web app
Enter the web app directory and serve the app on your machine
```sh
cd client
npm run serve
```

### extension
Run ``npm run build`` to run the webpack build script for the extension. Once the extension is packed under the build directory, load it into chrome as per [this guide](https://developer.chrome.com/extensions/getstarted)
### Running the extension
Enter the extension directory and run the development script for the extension.
```sh
cd extension
npm run dev
```

### backend
``node index.js`` will run the signaling server on your local machine at port 8100
This packs the extension under the build directory and watches your extension files for local changes.

![Grey Software](https://github.com/grey-software/Grey-Software/blob/master/grey-software.png?raw=true)
Use [this guide](https://developer.chrome.com/extensions/getstarted) to load the extension into chrome.

### Running the signalling server
Enter the backend directory and run the signalling server.
```sh
cd backend
node index.js
```


[![Grey Software](https://github.com/grey-software/Grey-Software/blob/master/grey-software.png?raw=true)](https://greysoftware.webflow.io)

0 comments on commit 7235064

Please sign in to comment.