unplugged-system/external/ktfmt/website
2025-10-06 13:59:42 +00:00
..
img Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
index Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
lib Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
all.css Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
gulpfile.js Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
index.html Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
package-lock.json Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
package.json Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00
README.md Initial commit: AOSP 14 with modifications for Unplugged OS 2025-10-06 13:59:42 +00:00

A demo website for ktfmt

Run

npm install .
npm run simpleserver

Build for deployment

npm install .
KTFMT_TMP_DIR=$(mktemp -d)
KTFMT_WEBSITE_OUTPUT_DIR=$KTFMT_TMP_DIR gulp build-website

# Clean up:
rm -rf "$KTFMT_TMP_DIR"