mirror of
https://github.com/ivabus/www
synced 2024-11-10 05:45:16 +03:00
a3aa528923
Signed-off-by: Jacob Heider <jacob@tea.xyz>
28 lines
473 B
Markdown
28 lines
473 B
Markdown
# tea/www
|
|
|
|
Deploys to [tea.xyz](https://tea.xyz).
|
|
|
|
# Conditions of Use
|
|
|
|
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
|
|
npx watch-http-server . -p8000 -o -a localhost
|
|
open localhost:8000
|
|
```
|
|
|
|
# Dependencies
|
|
|
|
| Project | Version |
|
|
|------------|---------|
|
|
| nodejs.org | ^18 |
|