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==
|
Reference in New Issue
Block a user