Skip to content
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.

Latest commit

 

History

History
23 lines (15 loc) · 234 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 234 Bytes

CPuzzle

This is a simple puzzle game app for college course project.

Build

Test the front-end app

npm run test

Build the front-end app

npm run build

Build the electron app

npm run make