ULocalHosts is a local domain manager for local environments. You can create easy-to-use .local domains as a proxy for your services.
Only for Mac OS.
ULocalHosts is an MIT-licensed open source project with its ongoing development made possible entirely by fantastic volunteers.
Pull requests are encouraged and always welcome. Pick an issue and help us out!
uLocaLHosts uses Electron.js to desktop app.
To install and work locally:
git clone https://github.com/foxkdev/ulocalhosts.git
cd ulocalhosts
yarn
Do not use NPM to install the dependencies, as the specific package versions in
yarn.lock
are used to build and test.
To build the compiler and all the other modules included in the package:
yarn start
yarn test
yarn package
To Make .zip with app ready to production
yarn make