/tadam-website

Tadam Framework: Website

Primary LanguageCSSEclipse Public License 2.0EPL-2.0

Tadam Framework

Website

https://www.tadam-framework.dev/

Contribute

To contribute or edit you must modify the markdown files that you will find in the markdown folder.

Compile

Install

npm install -g parcel-bundler

Dev

parcel index.html --out-dir docs

Production

parcel build index.html --out-dir docs