https://github.com/furudbat/paw-rainbow
Test Project
https://github.com/furudbat/paw-rainbow
Last synced: 2 months ago
JSON representation
Test Project
- Host: GitHub
- URL: https://github.com/furudbat/paw-rainbow
- Owner: furudbat
- License: mit
- Created: 2020-12-23T02:14:52.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-07T22:45:28.000Z (over 2 years ago)
- Last Synced: 2025-01-28T23:11:54.532Z (4 months ago)
- Language: SCSS
- Size: 7.6 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Title
Description
## Requirements (for development)
You need [Jekyll](https://jekyllrb.com/) and to run this project on your local machine.
- [node](https://www.npmjs.com/get-npm)
- [python](https://www.python.org/) (for scripts)### install dependencies
run `npm install` and `bundle install`
## Build
Run `npm run build` (for production code) or `npm run build-dev` (for development code).
or just run `./build.sh` for both. _(generate both bundle.js and bundle.min.js)_## Run
Run `npm run start` or `bundle exec jekyll serve`.
## Powered by Boostrap 4 Github Pages
A [Bootstrap 4](https://getbootstrap.com/) start up project for [Github Pages](https://pages.github.com/) and [Jekyll](https://jekyllrb.com/).
* A full Bootstrap 4 theme usable both on Github Pages and with a standalone Jekyll.
* Recompiles Bootstrap from SCSS files, which allows to customize Bootstrap's variables and use Bootstrap themes.
* Full support of Bootstrap's JavaScript plugins.
* Supports all features of Github Pages and Jekyll.[See the website for demonstration and documentation](https://nicolas-van.github.io/bootstrap-4-github-pages/).
## License
[See the license file.](./LICENSE)