Update README.md
This commit is contained in:
parent
f12b147fe2
commit
396bf170ee
22
README.md
22
README.md
|
@ -1 +1,23 @@
|
|||
# Cardiff BJJ website
|
||||
|
||||
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
|
||||
|
|
Reference in a new issue