Skip to content
This repository was archived by the owner on Jan 19, 2023. It is now read-only.

Latest commit

 

History

History
executable file
·
23 lines (18 loc) · 368 Bytes

File metadata and controls

executable file
·
23 lines (18 loc) · 368 Bytes

impfterm.in website

Was ist das hier?

Dieses Repo enthält eine einfache Website, welche auf Jekyll und Tailwind CSS basiert.

Wie installieren?

Es braucht ruby, jekyll, node.

Run:

bundle install
npm install

How to run dev

bundle exec jekyll serve --watch --livereload --trace

How to build production

bundle exec jekyll build