@@ -34,21 +34,16 @@ CodeRoad is a VSCode extension that allows you to create and play interactive co
34
34
35
35
### Start
36
36
37
+ ![ CodeRoad Example] ( ./docs/static/gif/launch-coderoad.gif )
38
+
37
39
To start the extension, inside VSCode:
38
40
39
41
- Open an ** empty** VSCode workspace (a project folder)
40
42
- Launch the app from the VSCode command palette. How?
43
+
41
44
- select “View” > “Command Palette” from the top panel OR press ` cmd/ctrl + shift + P `
42
45
- in the command palette popup, search for and run ` CodeRoad:Start `
43
46
44
- ## Contact & Support
45
-
46
- - Create a GitHub issue for bug reports, feature requests, or questions
47
- - See [ the docs] ( http://coderoad.github.io/docs/development ) on how to run this project locally for development
48
- - Leave [ a review] ( https://marketplace.visualstudio.com/items?itemName=CodeRoad.coderoad&ssr=false#review-details ) in the VSCode Marketplace
49
- - Add a ⭐️ star on GitHub to support the project!
50
- - Reach out at ` coderoadapp@gmail.com `
51
-
52
47
## Contributing
53
48
54
49
CodeRoad is an ambitious project, we're always looking for contributors :)
@@ -58,3 +53,11 @@ See [CONTRIBUTING.md](./CONTRIBUTING.md).
58
53
## License
59
54
60
55
[ AGPL v3] ( ./LICENSE.md )
56
+
57
+ ## Contact & Support
58
+
59
+ - Create a GitHub issue for bug reports, feature requests, or questions
60
+ - See [ the docs] ( http://coderoad.github.io/docs/development ) on how to run this project locally for development
61
+ - Reach out at ` coderoadapp@gmail.com `
62
+ - Leave [ a review] ( https://marketplace.visualstudio.com/items?itemName=CodeRoad.coderoad&ssr=false#review-details ) in the VSCode Marketplace
63
+ - Add a ⭐️ star on GitHub to support the project!
0 commit comments