Skip to content

Commit

Permalink
simplify contributions by fully automating the dev setup with gitpod.
Browse files Browse the repository at this point in the history
  • Loading branch information
nisarhassan12 committed Mar 16, 2020
1 parent 32a1223 commit d667331
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ node_modules/
!.gitattributes
!.hound.yml
!.scss-lint.yml
!.gitpod.yml
2 changes: 2 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
tasks:
- init: yarn install
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,19 @@ Alternatively, you can use the [unpkg](https://unpkg.com/) or [cdnjs](https://cd

You can compile your custom version of Spectre.css. Read [the documentation](https://picturepan2.github.io/spectre/getting-started/custom.html).

## Contributing

### Online one-click setup

You can use Gitpod(a free online VS Code-like IDE) for contributing. With a single-click it'll launch a workspace and automatically:

- clone the repo.
- install the dependencies.

so that you can start coding straight away.

[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/from-referrer/)

## Documentation and examples

### Elements
Expand Down

0 comments on commit d667331

Please sign in to comment.