An open API service indexing awesome lists of open source software.

https://github.com/tadam-framework/tadam-website

Tadam Framework: Website
https://github.com/tadam-framework/tadam-website

clojure hacktoberfest hacktoberfest2021 opensource

Last synced: 2 months ago
JSON representation

Tadam Framework: Website

Awesome Lists containing this project

README

          




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

``` sh
npm install -g parcel-bundler
```

### Dev

``` sh
parcel index.pug --out-dir docs
```

### Production

``` sh
parcel build index.pug --out-dir docs
```