pages/README.md
JustinVollmer 516632697b
All checks were successful
Deploy Jekyll site to Pages / build (push) Successful in 5m56s
Update: Cyberpunk vault
2025-02-28 20:54:49 +01:00

440 B

Pages

Live Page

Local Dev Env

Setup locally

curl -sSL https://get.rvm.io | bash -s stable
source ~/.rvm/scripts/rvm
rvm install 3.3.5
rvm use 3.3.5 --default
gem install bundler jekyll webrick
npm i && npm run build
bundle install
bundle exec jekyll serve

Run locally

source ~/.rvm/scripts/rvm
bundle exec jekyll serve