Skip to content

Simple and responsive calendar to print built with Svelte

Notifications You must be signed in to change notification settings

AIDEA775/Almanako

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Almanako

Simple and responsive calendar to print built with Svelte.

pages-build-deployment

Get started

Install the dependencies...

npm install

...then start Rollup:

npm run dev

Navigate to localhost:8080.

Building and running in production mode

To create an optimised version of the app:

npm run build

You can run the newly built app with npm run start. This uses sirv, which is included in your package.json's dependencies so that the app will work when you deploy to platforms like Heroku.

Deploying to the web

With GitHub

Deploy using GitHub Pages:

npm run deploy

This uses gh-pages dependence.