Skip to content

Commit

Permalink
Create .gitpod
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusTiede authored Jan 26, 2024
1 parent e0a25e3 commit 0a789f3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .gitpod
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Command to start on workspace startup (optional)
tasks:
- init: ruby --version && gem install bundler && bundle install
command: bundle exec jekyll serve
# Ports to expose on workspace startup (optional)
ports:
- port: 4000
onOpen: open-preview

0 comments on commit 0a789f3

Please sign in to comment.