dr-w-site/README.md

48 lines
1.1 KiB
Markdown

# [tilde.team](https://tilde.team/)
[![Build Status](https://drone.tildegit.org/api/badges/team/site/status.svg)](https://drone.tildegit.org/team/site)
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.
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.
see also [css/](css/) for info on the theme and working with that.
---
## 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://tildegit.org/team/site/pulls)
thanks!
hit me up on irc if you have any questions. most of this is quite hacky.