-
Updated
Jul 15, 2021 - TypeScript
#
gitpod
Here are 221 public repositories matching this topic...
Gitpod automates the provisioning of ready-to-code development environments.
editor
cloud
ide
cloud-ide
code-review
disposable
dev-environment
github-app
browser-ide
gitpod
prebuilds
A top-down 2d game engine, written from scratch in under 1000 lines of C. Development of the game based on this engine is streamed on Twitch: https://www.twitch.tv/ryanpcmcquen
game-engine
sdl2
sdl2-mixer
sdl2-ttf
sdl2-image
hacktoberfest
2d-game-engine
game-engine-2d
c-game
gitpod
-
Updated
Jul 10, 2021 - C
Ready to use docker images for Gitpod workspaces
-
Updated
Jul 14, 2021 - Dockerfile
github
chrome-extension
gitlab
firefox-addon
ide
vscode
visual-studio-code
glitch
codesandbox
sourcegraph
gitpod
replit
github1s
github-ide
github-web-ide
-
Updated
Jul 11, 2021
Practice your Python programming skills with this interactive and auto-graded set of exercises.
python
python-tutorials
tutorial
practice
exercise
tutorials
exercises
python-tutorial
python-beginners
python-exercises
tutorial-code
tutorial-exercises
tutoriales
python-programming-exercises
gitpod
breathecode
python-interactive
python-autograded
python-interactive-exercises
python-interactive-tutorial
-
Updated
Jun 21, 2021 - Python
Easily develop plugins and themes for WordPress directly from your browser with Gitpod.
-
Updated
Mar 27, 2021 - Shell
Theia Workshop - Building Cloud and Desktop IDEs
-
Updated
Oct 21, 2019 - Dockerfile
BattleStax is a stateful JAMStack game that is wholesome fun for the entire crew.
-
Updated
Jun 11, 2021 - JavaScript
Start a REST API's using Flask in 30 sec. One-click deploy to Heroku Server (free) & integrated with Gitpod.
heroku
template
flask
boilerplate
rest
boilerplate-template
template-project
flask-api
python-flask
boilerplate-application
flask-restful
gitpod
gitpod-io
gitpod-boilerplate
template-flask
-
Updated
May 26, 2021 - Python
Start a React project in 30 seconds: React, Bootstrap, SASS, Gitpod. Video Tutorial.
react
css
sass
template
boilerplate
webpack
reactjs
react-boilerplate
react-js
react-template
reactjs-begin
gitpod
gitpod-io
gitpod-boilerplate
reactjs-template
-
Updated
Jun 17, 2021 - JavaScript
mikenikles
commented
Oct 27, 2020
As the web app continues to evolve, it's time to extract some reusable UI components in to their own Svelte components. Candidates are:
- Buttons
- Headings
- Links
Start a VanillaJS website using WebPack in just 30 seconds: HTML,CSS,Babel,SASS,Bootstrap,Prettier,Gitpod
template
boilerplate
webpack
scss
vanilla-javascript
project-template
vanilla-js
vanillajs
project-templates
gitpod
vanillajs-template
vanillajs-helper
project-boilerplate
-
Updated
Mar 1, 2021 - JavaScript
Gitpod Window offers you an immersive IDE experience with minimal UI and shortcuts. (ex. Ctrl-W)
-
Updated
Aug 24, 2020 - JavaScript
-
Updated
Apr 8, 2021 - JavaScript
Free (as in freedom) fork of the official C# extension for vscode
c-sharp
debugger
csharp
dotnet
vscode
omnisharp
vscode-extension
oni
theia-ide
theia
gitpod
vscodium
vscode-oss
netcoredbg
-
Updated
Jul 13, 2021 - TypeScript
shaal
commented
Jun 30, 2021
Is your feature request related to a problem? Please describe
Working on Drupal code without supporting extensions and settings of VScode is degrading the developer experience.
Describe the solution you'd like
Use th
Design System | React UI components for web
react
ui-design
ui
modern
reactjs
react-components
typescript-library
ui-components
design-system
ui-library
gitpod
react-hooks
turtlemint-ui
turtlemint
-
Updated
Jun 8, 2021 - TypeScript
One-Click solution for Running Wordpress Development environment on Gitpod
-
Updated
Jan 27, 2020 - Dockerfile
A GitHub App built with Probot that opens issues and pull requests in Gitpod.
-
Updated
Feb 12, 2019 - TypeScript
Genesis-Plus-GX WebAssembly porting
-
Updated
Jun 5, 2021 - C
Start your next web application with Webstone and configure it as you go.
-
Updated
May 25, 2021 - JavaScript
A public sandbox for simulating grasping in Gazebo with the iCub humanoid
-
Updated
Jul 9, 2021 - C++
JesterOrNot
commented
Jan 14, 2020
After typing long commands in gosh the command will go out of bounds we need to add dynamic sizing for it
BrOrlandi
opened
Jan 19, 2018
Improve this page
Add a description, image, and links to the gitpod topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the gitpod topic, visit your repo's landing page and select "manage topics."
As pointed out in gitpod-io/website#630 (comment), we are at a point where it makes sense to run
npm run validate
and address the errors and warnings.Let's also run the above NPM script as part of a
pre-push
git hook, so that we ensure we do not introduce regression.