Skip to content

Commit 6cc2960

Browse files
authored
chore: remove .devcontainer and add mise setup docs (#151)
1 parent 08726ca commit 6cc2960

5 files changed

Lines changed: 11 additions & 40 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

.devcontainer/post-start-wrapper.sh

Lines changed: 0 additions & 9 deletions
This file was deleted.

.devcontainer/post-start.sh

Lines changed: 0 additions & 21 deletions
This file was deleted.

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,16 @@ Over the years of my Home Assistant adoption journey, I've tried finding time to
7373

7474
So this is my latest attempt to build this again. But this time, with the help of AI! As of writing this, 99% of the code in this repository is written by AI. My personal current favorite being Claude Code. Whatever your feelings are on AI assistance, without it, this would not exist.
7575

76-
## Contributing
76+
## Development Setup
7777

78-
See [CONTRIBUTING.md](CONTRIBUTING.md) for development setup and guidelines.
78+
This project uses [mise](https://mise.jdx.dev/) for managing tool versions. After cloning, run:
79+
80+
```bash
81+
mise install
82+
npm install
83+
```
84+
85+
See [CONTRIBUTING.md](CONTRIBUTING.md) for full development guidelines.
7986

8087
## License
8188

mise.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[tools]
2+
node = "20"

0 commit comments

Comments
 (0)