https://github.com/alxndr13/techday-build-your-own-ide
https://github.com/alxndr13/techday-build-your-own-ide
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alxndr13/techday-build-your-own-ide
- Owner: alxndr13
- Created: 2022-09-21T08:49:25.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-23T12:28:22.000Z (over 2 years ago)
- Last Synced: 2025-02-27T06:00:04.900Z (3 months ago)
- Language: Shell
- Size: 32.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How to build your own IDE
inovex techday 2022
## Branch Names
each of the steps done in the talk are documented in the corresponding branches, e.g.: `step1` and `step2`, etc.
## Result
the branch `step9` contains the "full IDE" we built together.