1 BNB = 48 BTC.
Explore the the web »
root/
├── _data/
│ ├── navigation.yml
│ └── ui-text.yml
│
├── _includes/
│
├── _layouts/
│
├── _pages/
│
├── _posts/
│
├── _sass/
│
└── assets/
├── css/
│
├── images/
│
└── js/
- Install gem
- Install bundler jekyll
# clone the code
git clone [email protected]:BNB48Club/BNB48Club.github.io.git
# install
cd BNB48Club.github.io && bundle install
# start the service
bundle exec jekyll serve
# then you can access the url 'http://localhost:4000' in your web browser.