shrub/pkg/interface/clock
Matilde Park 52cccd4851 Interface: Add "clean 'renamed' files" gulp task
gulp.rename just copies files, leaving the original.
For minified files, this was navigated by not
tracking the -min.js files in git. However, when
deploying OTA, the -min.js files are still deployed
to all ships. This commit adds 'del' package,
and a task to clean up the -min files when done
for all current Landscape applications.
2019-08-28 13:39:42 -04:00
..
tile Updated build files and removed repeated console.logs from tiles 2019-08-01 22:15:08 +00:00
.gitignore moved subapps up one directory 2019-07-23 12:59:01 -07:00
gulpfile.js Interface: Add "clean 'renamed' files" gulp task 2019-08-28 13:39:42 -04:00
LICENSE moved subapps up one directory 2019-07-23 12:59:01 -07:00
package-lock.json Interface: Add "clean 'renamed' files" gulp task 2019-08-28 13:39:42 -04:00
package.json Interface: Add "clean 'renamed' files" gulp task 2019-08-28 13:39:42 -04:00
README.md Weather -> clock in clock tile's readme 2019-08-11 19:07:44 -07:00
urbitrc-sample moved subapps up one directory 2019-07-23 12:59:01 -07:00

Clock tile for Urbit

To install this on your Urbit planet:

  1. In your Urbit's Dojo, run |mount %
  2. Write in the filepath to your Urbit's pier in the urbitrc-sample file in this repository, then copy it to .urbitrc in this directory.
  3. Run npm install in terminal in this directory.
  4. Run gulp default in terminal in this directory.
  5. Run |start %clock in your Urbit's Dojo.

To see it, navigate to your Urbit's url and add /~home to the URL path.