This repository hosts the code for http://xtermjs.org.
This project has a custom dev container to enable seamless development from a Codespace.
- Create a Codespace
- When the
postCreateCommand
finishes in the terminal run the default build task (ctrl+shift+b) or runbundle exec jekyll serve
manually to run the website.
Linux dependencies:
sudo apt install zlib1g-dev
You also need ruby and bundler installed.
# Install dependencies
bundle install
# Serve the website
bundle exec jekyll serve
npm ci
./bin/update-docs