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

41 lines
764 B
Markdown
Raw Permalink Normal View History

2018-07-22 19:01:57 +00:00
# Cardiff BJJ
2018-07-22 19:09:57 +00:00
Website for the [Rob Taylor Jiu-Jitsu Academy][4] (CRA Cardiff).
2018-07-22 18:50:25 +00:00
Built with [Sculpin][0] and [Tailwind CSS][1] by [Oliver Davies][2].
Hosted on [Netlify][3].
2018-07-22 19:01:57 +00:00
## Prerequisites
- PHP
- Composer
- Yarn
## Setup
2018-07-22 18:50:25 +00:00
2018-07-22 21:36:37 +00:00
```
2018-07-22 19:01:57 +00:00
git clone https://github.com/cardiff-bjj/website cardiff-bjj
cd cardiff-bjj
composer install
yarn install
2018-07-22 18:50:25 +00:00
```
## Build
```bash
2018-07-22 19:01:57 +00:00
yarn watch
2018-07-22 18:50:25 +00:00
vendor/bin/sculpin generate --watch --server
```
Your newly generated clone is now accessible at `http://localhost:8000`.
2018-07-22 21:36:11 +00:00
## Production deployments
The live site is updated automatically when new commits are pushed to the `master` branch.
2018-07-22 18:50:25 +00:00
[0]: https://sculpin.io
[1]: https://tailwindcss.com
[2]: https://www.oliverdavies.uk
[3]: https://www.netlify.com
2018-07-22 18:51:15 +00:00
[4]: https://www.cardiffbjj.co.uk