1
1
mirror of https://github.com/jxnblk/mdx-deck.git synced 2024-09-17 09:57:23 +03:00

Fully automate dev setup with Gitpod

This commit implements a fully-automated development setup using Gitpod.io, an
online IDE for GitHub and GitLab that enables Dev-Environments-As-Code.
This makes it easy for anyone to get a ready-to-code workspace for any branch,
issue or pull request almost instantly with a single click.
This commit is contained in:
Takeshi-S 2020-09-20 01:23:23 +00:00
parent 96e8d9235a
commit b6cbcc5e9b

3
.gitpod.yml Normal file
View File

@ -0,0 +1,3 @@
tasks:
- init: yarn install && yarn add mdx-deck && yarn run build
command: yarn run start