foxkdev / ulocalhosts

uLocalHosts is app to manage local domains without .hosts files or nginx proxys

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub package.json version GitHub

What is uLocalHosts?

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.

Supporting ULocalHosts

ULocalHosts is an MIT-licensed open source project with its ongoing development made possible entirely by fantastic volunteers.

Development

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

Running Tests

yarn test

Package app

yarn package

Package make

To Make .zip with app ready to production

yarn make

License

MIT

About

uLocalHosts is app to manage local domains without .hosts files or nginx proxys

License:MIT License


Languages

Language:JavaScript 67.8%Language:Svelte 29.7%Language:HTML 1.4%Language:CSS 1.0%