Skip to content

Latest commit

 

History

History
68 lines (45 loc) · 963 Bytes

File metadata and controls

68 lines (45 loc) · 963 Bytes

Calendar

A simple calendar that shows the days of the month for a given month and year.

Written in PureScript.

Install

npm install

Install watchexec

To install with Cargo:

cargo install watchexec-cli
Install binary directly

Download from the repository.

Add binary to path:

cp watchexec /usr/local/bin/
# see `man man`
# this could also be /usr/share
cp watchexec.1 /usr/local/share/man/man1/

Build

Collect static files

npx gulp

Build PureScript modules

npm run build:dev

Run the dev server

npm run serve

Package

Bundle files in calendar.tar.gz

bin/distribute

Deploy

See bin/deploy-sample for an example of deploying the bundle as static assets to your server.