Burger - The minimal hamburger menu with fullscreen navigation.
BurgerBurger is a minimal hamburger menu with fullscreen navigation created by Matthew Blode. It is a project that requires no external bower dependencies. This menu can be set to open and close and is compatible with various browsers.
To install BurgerBurger, you have several options:
Install with npm (recommended):
npm install the-burger
Download the latest release from the repository.
Clone the repo using the following command:
git clone https://github.com/mblode/burger.git
If you have cloned the repo or downloaded from a .zip file, follow these steps within the terminal:
Change directory to the burger folder:
cd burger
Install node modules:
npm install
Install scss-lint Ruby gem:
gem install scss-lint
To run BurgerBurger, you can use the following commands:
To run the gulp server:
gulp
To run the build process:
gulp build
Running BurgerBurger on Github Pages:
The gh-pages branch is built using Jekyll, so you need to install it with the following command:
gem install jekyll
Once Jekyll is installed, you can follow these steps:
Checkout to the gh-pages branch:
git checkout gh-pages
Install the burger dependency:
bower install
Run Jekyll:
jekyll serve
Open BurgerBurger in your browser at localhost:4000/burger/.
BurgerBurger is a minimal hamburger menu with fullscreen navigation created by Matthew Blode. It is a lightweight and dependency-free menu that can be easily installed and customized. It supports various browsers and can be used in both personal and commercial projects thanks to its MIT license.