Socialify

Folder ..

Viewing README.md
30 lines (16 loc) • 488.0 B

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Chess 3D (Electron)
Electron Package for Chess3D Repository. 

This electron version is used to create desktop apps.

This is the electron version of repository found here: https://github.com/luciferreeves/Chess3D

## How to Run this

Clone the repository and run 

`npm install electron --save-dev`

then start the package

`npm start`

## How to make desktop apps

**For Mac:** 

`npm run package-mac`

**For Windows:**

`npm run package-win`

**For Linux:**

`npm run package-linux`