2019-08-12 05:07:44 +03:00
|
|
|
# Clock tile for Urbit
|
2019-05-29 02:19:07 +03:00
|
|
|
|
|
|
|
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.
|
2019-08-12 05:07:44 +03:00
|
|
|
5. Run |start %clock in your Urbit's Dojo.
|
2019-05-29 02:19:07 +03:00
|
|
|
|
|
|
|
To see it, navigate to your Urbit's url and add /~home to the URL path.
|