Gosleep is a simple sleep timer desktop application implemented with Wails and React.
You need to install Wails and it's dependencies first. Then simply run
wails build to create an executable.
To start the development server for the Wails backend, run wails serve.
The backend needs to be manually restarted after each change to the Go code.
Run the frontend with npm run start.
