diff options
| -rw-r--r-- | .gitpod.yml | 12 | ||||
| -rw-r--r-- | README.md | 1 |
2 files changed, 13 insertions, 0 deletions
diff --git a/.gitpod.yml b/.gitpod.yml new file mode 100644 index 0000000..4547353 --- /dev/null +++ b/.gitpod.yml @@ -0,0 +1,12 @@ +tasks: + - init: npm install + command: npm run start + +vscode: + extensions: + - esbenp.prettier-vscode@5.1.3:t532ajsImUSrA9N8Bd7jQw== + - dbaeumer.vscode-eslint@2.1.3:1NRvj3UKNTNwmYjptmUmIw== + +ports: + - port: 1234 + onOpen: open-preview @@ -4,6 +4,7 @@ JavaScript implementation of the AVR 8-bit architecture [](https://travis-ci.org/wokwi/avr8js) [](https://www.npmjs.com/package/avr8js) +[](https://gitpod.io/#https://github.com/wokwi/avr8js) ## Running the demo project |
