This is the official repository for the Młodzi w Równowadze project. It is a Jekyll-based website with custom SCSS and Bootstrap integration.
-
Clone the repository:
git clone /~https://github.com/Mlodzi-w-Rownowadze/mlodzi-w-rownowadze.github.io.git cd mlodzi-w-rownowadze.github.io
-
Install Ruby dependencies:
bundle install
-
Install Node.js dependencies:
npm install
-
Copy Bootstrap and Bootstrap Icons to
assets
folder:mkdir -p "assets/vendor" cp -r "node_modules/bootstrap" "assets/vendor/bootstrap" cp -r "node_modules/bootstrap-icons" "assets/vendor/bootstrap-icons"
-
Copy icon fonts to
assets
folder:mkdir -p "assets/css" cp -r "node_modules/bootstrap-icons/font/fonts" "assets/css/fonts"
-
Start the Jekyll server:
npm start
-
Open your browser and navigate to
http://localhost:4000
to see the website.
The project is deployed using GitHub Pages. The deployment process is automated using GitHub Actions.
This project is licensed under the MIT License. See the LICENSE
file for more details.