Skip to content

fsdaniel/Palace

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Palace

Visual chat app built with electron@beta

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 92.2%
  • CSS 6.4%
  • HTML 1.4%