Live at: https://talmolab.org
Install build tools and Ruby:
sudo apt update && sudo apt install build-essential && sudo apt install ruby-full
Install Bundler:
sudo gem install bundler
Install dependencies for this repo:
bundle install
Install Ruby:
brew install ruby && echo 'export PATH="/opt/homebrew/opt/ruby/bin:$PATH"' >> ~/.zprofile && source ~/.zprofile
Install Bundler:
gem install bundler
Install dependencies for this repo:
bundle install
Just run start.sh in this folder or:
bundle exec jekyll serve --force_polling --livereload
(See this issue for livereloading on WSL.)
This repository includes custom skills for common tasks:
- add-member: Interactive guide for adding lab members with web research and bio drafting
- lab-roster: Generate comprehensive team rosters with role transitions and career tracking
- local-test: Test local Jekyll build and visualize pages with Playwright MCP
For local testing with Playwright:
claude mcp add playwright npx '@playwright/mcp@latest'
See .claude/skills/ for detailed skill documentation.