768 B
768 B
Cardiff BJJ
Website for the Rob Taylor Jiu-Jitsu Academy (CRA Cardiff).
Built with Sculpin and Tailwind CSS by Oliver Davies. Hosted on Netlify.
Prerequisites
- PHP
- Composer
- Yarn
Setup
git clone https://github.com/cardiff-bjj/website cardiff-bjj
cd cardiff-bjj
composer install
yarn install
Build
yarn watch
vendor/bin/sculpin generate --watch --server
Your newly generated clone is now accessible at http://localhost:8000
.
Production deployments
The live site is updated automatically when new commits are pushed to the master
branch.