https://github.com/yeswiki/yeswiki-theme-bootstrap5
Bootstrap 5 theme for YesWiki
https://github.com/yeswiki/yeswiki-theme-bootstrap5
Last synced: 5 months ago
JSON representation
Bootstrap 5 theme for YesWiki
- Host: GitHub
- URL: https://github.com/yeswiki/yeswiki-theme-bootstrap5
- Owner: YesWiki
- License: agpl-3.0
- Created: 2025-03-11T09:11:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-11T09:53:01.000Z (over 1 year ago)
- Last Synced: 2025-03-11T10:29:29.178Z (over 1 year ago)
- Language: HTML
- Size: 6.9 MB
- Stars: 0
- Watchers: 15
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# yeswiki-theme-bootstrap5
Bootstrap 5 theme for YesWiki Doryphore
## Install dependencies
You need sass and eslint globally installed `npm install globals sass @eslint/js @eslint/eslintrc -D`
Install Bootstrap dependencies with `npm install`
## Watch and build
While editing scss files, you can use `npm run watch` that will run
`sass --watch scss/yeswikeco.scss styles/yeswikeco.bs.min.css --style compressed --silence-deprecation mixed-decls --silence-deprecation color-functions --silence-deprecation import --silence-deprecation global-builtin`
And to build `npm run build` that will run
`sass scss/yeswikeco.scss styles/yeswikeco.bs.min.css --style compressed --silence-deprecation mixed-decls --silence-deprecation color-functions --silence-deprecation import --silence-deprecation global-builtin`