This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
cardiffbjj.co.uk/README.md
2018-07-22 20:01:57 +01:00

37 lines
635 B
Markdown

# Cardiff BJJ
Website for the [Rob Taylor Jiu-Jitsu Academy][4].
Built with [Sculpin][0] and [Tailwind CSS][1] by [Oliver Davies][2].
Hosted on [Netlify][3].
## Prerequisites
- PHP
- Composer
- Yarn
## Setup
```bash
git clone https://github.com/cardiff-bjj/website cardiff-bjj
cd cardiff-bjj
composer install
yarn install
```
## Build
```bash
yarn watch
vendor/bin/sculpin generate --watch --server
```
Your newly generated clone is now accessible at `http://localhost:8000`.
[0]: https://sculpin.io
[1]: https://tailwindcss.com
[2]: https://www.oliverdavies.uk
[3]: https://www.netlify.com
[4]: https://www.cardiffbjj.co.uk