Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 1.04 KB

README.md

File metadata and controls

44 lines (27 loc) · 1.04 KB

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.