Skip to content

Latest commit

 

History

History
62 lines (49 loc) · 972 Bytes

File metadata and controls

62 lines (49 loc) · 972 Bytes

BNB48 Club

1 BNB = 48 BTC.
Explore the the web »

Structure

root/
├── _data/
│   ├── navigation.yml
│   └── ui-text.yml
│
├── _includes/        
│
├── _layouts/
│
├── _pages/
│
├── _posts/
│
├── _sass/
│
└── assets/
    ├── css/
    │
    ├── images/
    │
    └── js/

Running locally

Environment

  • Install gem
  • Install bundler jekyll

Quick start

# clone the code
git clone git@github.com: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.

Contributing

License

MIT