forked from team/site
1
0
Fork 0
tilde.team/README.md

42 lines
988 B
Markdown
Raw Normal View History

2017-11-15 17:04:30 +00:00
# [tilde.team](https://tilde.team/)
tilde.team homepage
```
__ _ __ __ __
/ /_(_) /___/ /__ / /____ ____ _____ ___
/ __/ / / __ / _ \ / __/ _ \/ __ `/ __ `__ \
/ /_/ / / /_/ / __// /_/ __/ /_/ / / / / / /
\__/_/_/\__,_/\___(_)__/\___/\__,_/_/ /_/ /_/
```
tilde.team is one tiny standard unix computer in the cloud that anyone can use and learn to use in the shared pursuit of cool sites and unix tools.
2018-06-04 02:18:02 +00:00
this repo contains the frontpage and wiki for tilde.team. feel free to send pull requests or [sign up](https://tilde.team/signup/) for an account! thanks for checking it out.
2018-06-09 03:17:35 +00:00
---
## contributing
1. clone this repo
1. install deps (markdown parser)
```bash
composer install
```
1. start a php development server
```bash
php -S localhost:9000
```
1. create a feature branch
```bash
git checkout -b my-cool-feature
```
1. [open a PR](https://git.tilde.team/meta/site/pulls)
thanks!
hit me up on irc if you have any questions. most of this is quite hacky.