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
- Host: GitHub
- URL: https://github.com/tadam-framework/tadam-website
- Owner: tadam-framework
- License: epl-2.0
- Created: 2020-01-19T13:23:41.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T19:06:32.000Z (almost 3 years ago)
- Last Synced: 2023-03-11T07:06:41.497Z (almost 3 years ago)
- Topics: clojure, hacktoberfest, hacktoberfest2021, opensource
- Language: Sass
- Homepage: https://www.tadam-framework.dev/
- Size: 859 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```