pawnipt / Palace

Visual chat app built with Electron

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Palace

Visual chat app built with electron

Releases

Go to the releases page

Building

First you will want to install Node

You will then want to download or git clone Palace's source

Navigate to the Palace folder in your terminal and type the following command to install all of the projects dependancies

npm install

If you're on Windows installing spellchecker may require that windows-build-tools is installed.

Installing this requires a PowerShell with administrative rights. (right-click on Powershell and run "as Administrator").

npm install --global windows-build-tools

Finally

npm start

or

npm run build

For windows before running npm start, run :

npm run rebuild-win32

About

Visual chat app built with Electron

License:MIT License


Languages

Language:JavaScript 92.2%Language:CSS 6.5%Language:HTML 1.3%