Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

tadam-framework/tadam-website

Repository files navigation

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.pug --out-dir docs

Production

parcel build index.pug --out-dir docs