Skip to content

caganseyrek/SirPuffin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SirPuffin Calendar

SirPuffin is a easy-to-use, cross-platform calendar app made with vanilla JavaScript using ElectronsJS Framework.

Preview


Running the App Locally

  1. First, install or clone the project:
    git clone https://github.com/caganseyrek/SirPuffin.git
    cd SirPuffin
  2. Then start the app using one of two commands:
    npm run vite #runs in browser
    npm run electron #runs with electron

Creating an executable file

  1. After, installing or cloning the project, run the electron-forge command:
    npm run make
  2. The executable file will be located in out/ directory.

Thanks