|
|
|
|
|
by djanowski
433 days ago
|
|
Recently I started to work on a very simple tool to do this with a single command: it'll start all your projects in a given directory and expose them via HTTPS on https://[project].localhost No daemons, and the only piece of configuration is adding a file to /etc/resolvers: https://github.com/djanowski/hostel I've been using it for myself so it's lacking documentation and features. For example, it expects to run each project using `npm run dev`, but I want to add Procfile support. Hopefully other people find it useful. Contributions very much welcome! |
|