Skip to content

Commit

Permalink
feat: add Github Codespaces development environment support (#570)
Browse files Browse the repository at this point in the history
feat: add github codespace support
  • Loading branch information
niconical committed Jun 7, 2023
1 parent fad89c4 commit 633f54d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/alpine
{
// ref: https://docs.github.com/en/codespaces/setting-up-your-project-for-codespaces/adding-a-dev-container-configuration/introduction-to-dev-containers#dockerfile
"image": "docker.io/kusionstack/kclvm-builder:latest"
}
2 changes: 2 additions & 0 deletions README-zh.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<h1 align="center">KCL: 基于约束的记录及函数语言</h1>

[![用 GitHub Codespaces 打开](https://github.com/codespaces/badge.svg)](https://codespaces.new/KusionStack/kcl)

<p align="center">
<a href="./README.md">English</a> | <a href="./README-zh.md">简体中文</a>
</p>
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<h1 align="center">KCL: Constraint-based Record & Functional Language</h1>

[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/KusionStack/kcl)

<p align="center">
<a href="./README.md">English</a> | <a href="./README-zh.md">简体中文</a>
</p>
Expand Down

0 comments on commit 633f54d

Please sign in to comment.