Skip to content
This repository has been archived by the owner on Sep 14, 2022. It is now read-only.

ClarkThyLord/Chat-Pardy

Repository files navigation

CHAT PARDY

Chat Pardy

Version License

Jeopardy with friends!

About

Chat Pardy, play jeopardy with friends!


Distribution

Distribution of this project can be found here, or under the project's dist folder.

Contains a website ready distribution.

  • Compatible with most browsers
  • Doesn't need a server to run, but can run on a server

Contains a Windows, x64, distribution.

  • Installer for project
  • Automatically updates

Project Setup

Installing dependencies:

npm install

Development commands:

Running app for development:
npm run dev

Build commands:

Build a electron distribution with executable:
npm run build
Building a web distribution:
npm run build:web

project generated with electron-vue using vue-cli, documentation about the original structure can be found here
MIT LICENSE