Skip to content

Commit

Permalink
chore: add devcontainer for local development
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsimonemms committed Aug 7, 2024
1 parent 872ad15 commit 4a75719
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "devcontainer",
"image": "ghcr.io/kubefirst/devcontainers/full",
"features": {},
"customizations": {
"vscode": {
"extensions": [],
"settings": {}
}
}
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This is the Kubefirst Frontend project that shows all the Kubefirst installed se

## Setup Instructions

- Clone this repository. You will need `node` and `yarn` installed globally on your machine.
- Clone this repository. You will need `node` and `yarn` installed globally on your machine. A [.devcontainer](https://containers.dev/) configuration is provided to allow for a full-featured development environment.
- Create a .env file in the root of the project
- You can copy the env values from `.env.local.example` to have a local installation experience or you can use `.env.cluster.example` to have a cluster install experience.
- Make sure you are using **NodeJS** >= v16.15.1
Expand Down

0 comments on commit 4a75719

Please sign in to comment.