Solution for developers who work in disconnected networks
npm install brackets-store
git clone https://github.com/Sparta-Code/brackets-store.git
npm run update
npm start --port=8080
- go to <--Bracket_Path-->\www\
- open config.json
- change the keys:
"extension_registry": "http://<-dns->:<-port->/registry.json",
"extension_url": "http://<-dns->:<-port->/{0}/{0}-{1}.zip",
npm run change --url="http://your_url" --port=8080
- default url = "https://localhost"
- default port = 8080
npm run restore