mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-05 03:08:40 +00:00
chore: enable Gitpod (#2335)
Co-authored-by: Kevin Barabash <kevinb@khanacademy.org>
This commit is contained in:
19
.gitpod.yml
Normal file
19
.gitpod.yml
Normal file
@@ -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==
|
3
.vscode/settings.json
vendored
Normal file
3
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"javascript.validate.enable": false
|
||||
}
|
@@ -6,6 +6,7 @@
|
||||
[](https://dependabot.com)
|
||||
[](https://www.jsdelivr.com/package/npm/katex)
|
||||

|
||||
[](https://gitpod.io/#https://github.com/KaTeX/KaTeX)
|
||||
|
||||
KaTeX is a fast, easy-to-use JavaScript library for TeX math rendering on the web.
|
||||
|
||||
|
Reference in New Issue
Block a user