Skip to content

stellarvector/stellarvector.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stellar Vector website

Running locally

It should be as easy as (you might need to use sudo):

  1. (Optionally: execute bundle config path 'vendor/bundle' to install gems locally)
  2. bundle install
  3. bundle exec jekyll serve
  4. go to http://127.0.0.1:4000/

Using Docker:

docker run --rm --volume="$PWD:/srv/jekyll" --volume="$PWD/vendor/bundle:/usr/local/bundle" --env JEKYLL_ENV=development -p 4000:4000 jekyll/jekyll:4 jekyll serve