Skip to content

Commit

Permalink
Merge pull request #104 from mvshmakov/mvshmakov/gitpod-setup
Browse files Browse the repository at this point in the history
Fully automate dev setup with Gitpod
  • Loading branch information
mvshmakov committed Jun 3, 2020
2 parents c96e3e5 + e7afc39 commit 81c8a6a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
tasks:
- init: npm install && npm run build
command: npm run start:dev
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/mvshmakov/hse-military-bot)

<p align="center">
<img style="max-width: 40%;" src="public/images/logo.png" alt="HSE Military Bot Icon"/>
</p>
Expand Down

0 comments on commit 81c8a6a

Please sign in to comment.