Skip to content

LeoDog896/xtermjs.org

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 35.4%
  • CSS 31.1%
  • SCSS 13.6%
  • HTML 11.8%
  • Shell 7.8%
  • Ruby 0.2%
  • Procfile 0.1%