commit
be8bae1e34
4
.github/contributing.md
vendored
4
.github/contributing.md
vendored
@ -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
14
.gitpod.yml
Normal 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==
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user