Skip to content

joe-op/calendar

Repository files navigation

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.

About

Simple reference calendar

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors