added gitpod config
This commit is contained in:
parent
d9b7d61950
commit
9f7eba876e
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. Push to the branch: `git push origin my-feature-name`
|
||||||
1. Submit a pull request!
|
1. Submit a pull request!
|
||||||
|
|
||||||
|
You can do all of this from yoru browser using Gitpod, the free online dev environment.
|
||||||
|
|
||||||
|
[](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)*
|
*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.
|
> A minimalist CSS framework.
|
||||||
|
|
||||||
|
[](https://gitpod.io/from-referrer/)
|
||||||
[](https://travis-ci.org/milligram/milligram?branch=master)
|
[](https://travis-ci.org/milligram/milligram?branch=master)
|
||||||
[](https://ci.appveyor.com/project/cjpatoilo/milligram)
|
[](https://ci.appveyor.com/project/cjpatoilo/milligram)
|
||||||
[](https://www.codacy.com/app/milligram/milligram/dashboard)
|
[](https://www.codacy.com/app/milligram/milligram/dashboard)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user