https://github.com/DaveWM/phonsole-client
Client for the phonsole application https://www.phonsole.co.uk
https://github.com/DaveWM/phonsole-client
Last synced: 10 months ago
JSON representation
Client for the phonsole application https://www.phonsole.co.uk
- Host: GitHub
- URL: https://github.com/DaveWM/phonsole-client
- Owner: DaveWM
- License: gpl-3.0
- Created: 2016-07-16T17:25:38.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-03-20T16:05:30.000Z (about 7 years ago)
- Last Synced: 2025-06-29T14:41:40.010Z (11 months ago)
- Language: Clojure
- Homepage:
- Size: 1.3 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# phonsole-client
The client for the phonsole application.

## Deploying
To deploy the client:
* Clone the repo
* Install [leiningen](http://leiningen.org/)
* Run `lein do resource, cljsbuild once prod`
* Run `./scss.sh` to compile the scss
* Host the files in `/resources/public` somewhere
## Debugging
You can use figwheel to debug the client.
* Install [local-web-server](https://www.npmjs.com/package/local-web-server)
* Run `lein do resource, figwheel`
* In a separate console, run `./scss.sh -w`
* In the `/resources/public` directory, run `ws --spa index.html`
* The site should now be running at http://localhost:8000
* To prevent the service worker caching any assets, make sure "Disable cache" is checked in chrome dev tools.
## License
Distributed under the GPL V3 license.