|
|
%!s(int64=9) %!d(string=hai) anos | |
|---|---|---|
| css | %!s(int64=9) %!d(string=hai) anos | |
| js | %!s(int64=9) %!d(string=hai) anos | |
| tags | %!s(int64=9) %!d(string=hai) anos | |
| .gitignore | %!s(int64=9) %!d(string=hai) anos | |
| Makefile | %!s(int64=9) %!d(string=hai) anos | |
| README.md | %!s(int64=9) %!d(string=hai) anos | |
| index.html | %!s(int64=9) %!d(string=hai) anos |
It is really just the main website of parsleygardens.net.
Built with:
riot compilation happens in the browser, so viewing the app is a matter of
opening index.html:
$ open index.html
A distribution of the app can be built that will concatenate assets and modify
index.html to minimize HTTP requests:
$ make dist
This creates dist/, which can be copied to a live webserver.