Skip to content

Commit 6a91b4c

Browse files
authored
feat: add Gitpod support (#65)
1 parent 8f7c23a commit 6a91b4c

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

.gitpod.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# This configuration file was automatically generated by Gitpod.
2+
# Please adjust to your needs (see https://www.gitpod.io/docs/config-gitpod-file)
3+
# and commit this file to your remote git repository to share the goodness with others.
4+
5+
tasks:
6+
- init: npm install
7+
command: npm run dev
8+
9+

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Check out the demo [here](https://nuxt-static.demo.rbi.nz)
88
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
99
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
1010
[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org)
11+
[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-908a85?logo=gitpod)](https://gitpod.io/#https://github.com/binzcodes/nuxt-static)
1112

1213
## Build Setup
1314

@@ -33,4 +34,6 @@ For detailed explanation on how things work, check out [Nuxt.js docs](https://nu
3334

3435
# Contributing
3536

36-
Contributions welcome, see [CONTRIBUTING.md](CONTRIBUTING.md)
37+
Contributions welcome, see [CONTRIBUTING.md](CONTRIBUTING.md)
38+
39+
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/binzcodes/nuxt-static)

0 commit comments

Comments
 (0)