mirror of
https://github.com/aljazceru/CTFd.git
synced 2025-12-17 05:54:19 +01:00
953a7d07608b019a2403f5628e4ee63c37a78c03
c7b4b78f Merge pull request #48 from CTFd/bump-ctfd-js fa185cbb Bump CTFd.js version to 0.0.12 git-subtree-dir: CTFd/themes/core-beta git-subtree-split: c7b4b78f8ca9bab23b1ef939c92a9c51e6f7d27d
core-beta
Rewritten version of the CTFd core theme to use Bootstrap 5, Alpine.js, and vite to improve upon the existing CTFd theme structure.
Subtree Installation
Add repo to themes folder
git subtree add --prefix CTFd/themes/core-beta git@github.com:CTFd/core-beta.git main --squash
Pull latest changes to subtree
git subtree pull --prefix CTFd/themes/core-beta git@github.com:CTFd/core-beta.git main --squash
Subtree Gotcha
Make sure to use Merge Commits when dealing with the subtree here. For some reason Github's squash and commit uses the wrong line ending which causes issues with the subtree script: https://stackoverflow.com/a/47190256.
Todo
- Document how we are using Vite
- Create a cookie cutter template package to use with Vite
Description
Languages
JavaScript
87.1%
Python
9%
HTML
3%
Vue
0.6%
SCSS
0.3%