Skip to content

Latest commit

 

History

History
executable file
·
24 lines (13 loc) · 481 Bytes

README.md

File metadata and controls

executable file
·
24 lines (13 loc) · 481 Bytes

USSD-stax

USSD static website by Stax

jekyll-starter-kit

make sure you have jekyll bundler installed on your computer before use

you can do that by running this simple code on your terminal

gem install bundler jekyll

Step 1 : Update jekyll bundle from the folder directory

run bundle update

Step 2 : run on server

bundle exec jekyll serve

or

bundle exec jekyll serve --livereload

=> Now browse to http://localhost:4000