meganrogge / xtermjs.org

The website for xterm.js

Home Page:https://xtermjs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

The website for xterm.js

https://xtermjs.org

License:MIT License


Languages

Language:JavaScript 40.4%Language:SCSS 20.5%Language:HTML 18.7%Language:Shell 11.9%Language:Dockerfile 8.1%Language:Ruby 0.3%Language:Procfile 0.1%