No description
Find a file
Neil 79fc39a709
Merge pull request #161 from teaxyz/bugfix/add-tz-to-countdown
add tz to scheduled countdown timer to produce correct relative countdown
2022-11-02 20:57:36 +08:00
.cdk Update to CDKv2 (I hate AWS EOL emails) 2022-08-21 00:53:48 -04:00
.github i should use the correct glob to prevent deleting the whitepapers 2022-10-07 10:38:04 -04:00
src change tz to UTC-4 2022-11-02 20:51:33 +08:00
.gitignore Fix gitignore paths 2022-06-15 16:55:36 -04:00
.markdownlint.json some cleanup during audit 2022-05-17 14:21:31 -04:00
LICENSE.md some cleanup during audit 2022-05-17 14:21:31 -04:00
lychee.toml IG no longer active... 2022-10-26 17:20:30 -04:00
README.md [README] update install instructions 2022-11-01 09:10:54 -04:00

tea

Deploys to tea.xyz.

Legal

You may not publish this website in an attempt to masquerade as tea.inc. The tea logo and wordmark are registered trademarks of tea.inc.

Contributing

Getting Started

hugo can render your edits while you work:

hugo serve --watch --buildDrafts --source src

Dependencies

Project Version
gohugo.io >=0.99

Install them yourself or use tea:

$ sh <(curl tea.xyz)
$ tea +git-scm.org git clone https://github.com/teaxyz/www tea-www
$ cd tea-www
$ tea .

Build

Builds a static, deployable version of the website.

hugo --source src --destination ../public --minify