DEV Community

Greg Bulmash 🥑
Greg Bulmash 🥑

Posted on • Originally published at yiddish.ninja on

1 1

glitch-localdev – I made a node.js app! I am future!

I made a node app recertly, called glitch-localdev. It helps you take the app you’re developing on Glitch, clone it to your favorite machine to develop on using your favorite editor, and helps keep your machine and Glitch in sync. And if you’re using Visual Studio Code, it’ll even set up auto-saving on your project for you.

It’s easy to set up. Install with npm install -g glitch-localdev.

Then just navigate to an empty directory in a command prompt or terminal window, and type glitch-localdev. It’ll ask you some configuration questions (they’re explained in the glitch-localdev readme), and boom, it pulls down the repository and starts keeping an eye on it, committing your saved changes back to Glitch every so often.

It saves your config. So when you come back to it, just run glitch-localdev in the directory to launch the watcher function to keep an eye out for changes and periodically commit them while you code.

Have fun and feel free to file issues at the GitHub repo for bugs or suggestions

Sentry blog image

How I fixed 20 seconds of lag for every user in just 20 minutes.

Our AI agent was running 10-20 seconds slower than it should, impacting both our own developers and our early adopters. See how I used Sentry Profiling to fix it in record time.

Read more

Top comments (0)

SurveyJS custom survey software

JavaScript Form Builder UI Component

Generate dynamic JSON-driven forms directly in your JavaScript app (Angular, React, Vue.js, jQuery) with a fully customizable drag-and-drop form builder. Easily integrate with any backend system and retain full ownership over your data, with no user or form submission limits.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay