Skip to content

Commit

Permalink
feat: add Gitpod support (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
binzcodes authored Nov 27, 2022
1 parent 8f7c23a commit 6a91b4c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# This configuration file was automatically generated by Gitpod.
# Please adjust to your needs (see https://www.gitpod.io/docs/config-gitpod-file)
# and commit this file to your remote git repository to share the goodness with others.

tasks:
- init: npm install
command: npm run dev


5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Check out the demo [here](https://nuxt-static.demo.rbi.nz)
[![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)
[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/)
[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg)](https://conventionalcommits.org)
[![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)

## Build Setup

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

# Contributing

Contributions welcome, see [CONTRIBUTING.md](CONTRIBUTING.md)
Contributions welcome, see [CONTRIBUTING.md](CONTRIBUTING.md)

[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/binzcodes/nuxt-static)

0 comments on commit 6a91b4c

Please sign in to comment.