mirror of
https://github.com/ivabus/www
synced 2024-11-22 13:15:06 +03:00
be ready for tea
This commit is contained in:
parent
5568d3673f
commit
d89ad232c8
1 changed files with 24 additions and 5 deletions
29
README.md
29
README.md
|
@ -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 |
|
||||||
|
|
Loading…
Reference in a new issue