www/README.md

28 lines
473 B
Markdown
Raw Normal View History

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:
```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 |