1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00
Files
tabler/.gitpod.yml
Param Trivedi cda8e8802c Add gitpod config
this commit adds support for Gitpod.io, a free automated
dev environment that makes contributing and generally working on GitHub
projects much easier. It allows anyone to start a ready-to-code dev
environment for any branch, issue and pull request with a single click.
2020-03-08 19:04:09 +00:00

4 lines
73 B
YAML

tasks:
- init: npm install && npm run build
command: npm run start