Merge pull request #237 from svenefftinge/master

added gitpod config
This commit is contained in:
CJ Patoilo 2020-05-04 12:31:34 -03:00 committed by GitHub
commit be8bae1e34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 19 additions and 0 deletions

View File

@ -31,6 +31,10 @@ Try to solve a problem for each pull request, this increases the chances of acce
1. Push to the branch: `git push origin my-feature-name`
1. Submit a pull request!
You can do all of this from yoru browser using Gitpod, the free online dev environment.
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/milligram/milligram)
*Note: For issues relating to the site, please use the [milligram.github.io](https://github.com/milligram/milligram.github.io)*

14
.gitpod.yml Normal file
View File

@ -0,0 +1,14 @@
tasks:
- init: yarn install
command: yarn start
# list the ports to be exposed
ports:
- port: 3000
onOpen: open-preview
- port: 3001
onOpen: ignore
vscode:
extensions:
- syler.sass-indented@1.6.7:gAbIL/5IWvH0xYAbwe0Vag==

View File

@ -2,6 +2,7 @@
> A minimalist CSS framework.
[![Setup Automated](https://img.shields.io/badge/setup-automated-blue?logo=gitpod)](https://gitpod.io/from-referrer/)
[![Travis Status](https://travis-ci.org/milligram/milligram.svg?branch=master)](https://travis-ci.org/milligram/milligram?branch=master)
[![AppVeyor Status](https://ci.appveyor.com/api/projects/status/xcm8meymwerq0r82?svg=true)](https://ci.appveyor.com/project/cjpatoilo/milligram)
[![Codacy Status](https://img.shields.io/codacy/grade/848fb4bd6902434fab0bcfb5461284fe/master.svg)](https://www.codacy.com/app/milligram/milligram/dashboard)