From 126368156333e7a7c4f21f1a329586ba9865620e Mon Sep 17 00:00:00 2001 From: ylemkimon Date: Mon, 3 Aug 2020 22:18:18 +0900 Subject: [PATCH] chore: enable Gitpod (#2335) Co-authored-by: Kevin Barabash --- .gitpod.yml | 19 +++++++++++++++++++ .vscode/settings.json | 3 +++ README.md | 1 + 3 files changed, 23 insertions(+) create mode 100644 .gitpod.yml create mode 100644 .vscode/settings.json diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 00000000..b949c1e2 --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,19 @@ +tasks: + - init: yarn install + command: yarn start --sockPort 443 + - openMode: split-right + command: echo "Run 'yarn test' to run tests." + +ports: + - port: 7936 + onOpen: open-preview + +github: + # https://www.gitpod.io/docs/prebuilds/#configure-prebuilds + prebuilds: + pullRequestsFromForks: true + +vscode: + extensions: + - dbaeumer.vscode-eslint@2.1.5:9Wg0Glx/TwD8ElFBg+FKcQ== + - flowtype.flow-for-vscode@1.5.0:AwOT6wgHTF43loZQCAUMLA== diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 00000000..01b6482d --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "javascript.validate.enable": false +} diff --git a/README.md b/README.md index 307fdbf9..3de320e5 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ [![Dependabot Status](https://api.dependabot.com/badges/status?host=github&repo=KaTeX/KaTeX)](https://dependabot.com) [![jsDelivr](https://data.jsdelivr.com/v1/package/npm/katex/badge?style=rounded)](https://www.jsdelivr.com/package/npm/katex) ![](https://img.badgesize.io/KaTeX/KaTeX/v0.12.0/dist/katex.min.js?compression=gzip) +[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/KaTeX/KaTeX) KaTeX is a fast, easy-to-use JavaScript library for TeX math rendering on the web.