25 lines
457 B
Markdown
25 lines
457 B
Markdown
# [Cardiff BJJ website][4]
|
|
|
|
Built with [Sculpin][0] and [Tailwind CSS][1] by [Oliver Davies][2].
|
|
Hosted on [Netlify][3].
|
|
|
|
## Install
|
|
|
|
```bash
|
|
$ composer install
|
|
```
|
|
|
|
## Build
|
|
|
|
```bash
|
|
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
|