2022-05-04 22:11:49 +03:00
|
|
|
# tea/www
|
2022-03-23 07:04:33 +03:00
|
|
|
|
2022-05-04 22:11:49 +03:00
|
|
|
Deploys to [tea.xyz](https://tea.xyz).
|
2022-03-25 16:50:26 +03:00
|
|
|
|
2022-05-04 22:11:49 +03:00
|
|
|
# Conditions of Use
|
2022-03-25 16:50:26 +03:00
|
|
|
|
2022-05-04 22:11:49 +03:00
|
|
|
This repo is open source, but you may not publish this website in an attempt
|
|
|
|
to masquerade as tea.inc. Trademark law has our back here.
|
|
|
|
|
|
|
|
# Getting Started
|
|
|
|
|
|
|
|
```sh
|
|
|
|
sh <(curl tea.xyz) https://github.com/teaxyz/www
|
|
|
|
```
|
|
|
|
|
|
|
|
Alternatively:
|
|
|
|
|
2022-05-07 21:24:10 +03:00
|
|
|
```sh
|
2022-05-04 22:11:49 +03:00
|
|
|
npx watch-http-server . -p8000 -o -a localhost
|
|
|
|
open localhost:8000
|
|
|
|
```
|
|
|
|
|
|
|
|
# Dependencies
|
|
|
|
|
|
|
|
| Project | Version |
|
|
|
|
|------------|---------|
|
|
|
|
| nodejs.org | ^18 |
|