Skip to content

xtermjs/xtermjs.org

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
bin
 
 
css
 
 
 
 
 
 
js
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

This repository hosts the code for http://xtermjs.org.

Running via Codespaces

This project has a custom dev container to enable seamless development from a Codespace.

  1. Create a Codespace
  2. When the postCreateCommand finishes in the terminal run the default build task (ctrl+shift+b) or run bundle exec jekyll serve manually to run the website.

Running locally

Prerequisites

Linux dependencies:

sudo apt install zlib1g-dev

You also need ruby and bundler installed.

Installing dependencies and running

# Install dependencies
bundle install

# Serve the website
bundle exec jekyll serve

Update API documentation

yarn
./bin/update-docs