Skip to content

Latest commit

 

History

History
 
 

slow-calendar

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Slow Calendar app

IN PROGRESS: this demo app is still in progress and isn't ready for use yet.

Building

To build the calendar app, you'll need to have Node.js installed.

Then run:

  1. cd slow-calendar
  2. npm install
  3. npm run build

The build app will be in the public directory.

Running

To run the app locally, use a local web server like http-server:

  1. npm install -g http-server
  2. http-server public

Then open http://localhost:8080 in your browser.