Skip to content

Commit

Permalink
Slow calendar in-progress demo
Browse files Browse the repository at this point in the history
  • Loading branch information
captainbrosset committed Nov 28, 2023
1 parent b2a36da commit 177db92
Show file tree
Hide file tree
Showing 23 changed files with 14,208 additions and 0 deletions.
24 changes: 24 additions & 0 deletions slow-calendar/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# 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](https://nodejs.org/) installed.

Then run:

1. `cd slow-calendar`
1. `npm install`
1. `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](https://www.npmjs.com/package/http-server):

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

Then open [http://localhost:8080](http://localhost:8080) in your browser.
Loading

0 comments on commit 177db92

Please sign in to comment.