- Edit your host convenient
- Quick switch hosts like develop environment, product environment, and their free combination
- Furthermore, you can use the hosts we provide to across the gfw to learning and working
- For OSX https://github.com/hjlarry/hostcenter/raw/master/download/HostCenter-darwin-x64.zip
- For Linux https://github.com/hjlarry/hostcenter/blob/master/download/HostCenter-linux-x64.zip
- For Windows https://github.com/hjlarry/hostcenter/blob/master/download/HostCenter-win32-x64.zip
Clone first :
git clone https://github.com/hjlarry/hostcenter.git
To run the laravel server :
cd hostcenter
composer install
//edit config
cp .env.example .env
php artisan migrate
To build the clients :
cd electron
npm install
//edit server url
cd src/renderer/axios.js
//or npm run build
npm run dev