be ready for tea

This commit is contained in:
mxcl 2022-05-04 15:11:49 -04:00
parent 5568d3673f
commit d89ad232c8
Failed to extract signature

View file

@ -1,8 +1,27 @@
# www.tea.xyz # tea/www
deploys to https://tea.xyz Deploys to [tea.xyz](https://tea.xyz).
# Conditions of use # Conditions of Use
This repo is open source, but you may not publish this website in an attempt to This repo is open source, but you may not publish this website in an attempt
masquerade as tea.inc. Trademark law backs us up here. to masquerade as tea.inc. Trademark law has our back here.
# Getting Started
```sh
sh <(curl tea.xyz) https://github.com/teaxyz/www
```
Alternatively:
```
npx watch-http-server . -p8000 -o -a localhost
open localhost:8000
```
# Dependencies
| Project | Version |
|------------|---------|
| nodejs.org | ^18 |