Began writing documentation for
While writing the docs, I was able notice that I can cut down scope even further for the MVP. Cutting down on the interface to create servers. Will only handle setup and deployment on release.
Added support for deploying React/Vue/static along-side other Python/Ruby/Node.js apps.
Best part: URL routing is handled too. So directly visiting a react route in the browser will render the react app appropriately
Pushed 23 changes to demo-nodejs
Pushed 35 changes to painless-deploy
Pushed 3 changes to painless-deploy
Pushed 6 changes to demo-nodejs
Added support for deploying Node.js apps with
Added support for custom start, stop and restart commands in
Pushed 3 changes to demo-nodejs
Pushed 22 changes to painless-deploy
Pushed 2 changes to demo-nodejs
Pushed 5 changes to painless-deploy
Pushed 8 changes to demo-nodejs
Pushed 5 changes to painless-deploy
Added Python support for Can deploy a flask app.
Maybe next is Node.js over the weekend.