app/config | ||
assets/sass | ||
source | ||
.editorconfig | ||
.gitignore | ||
composer.json | ||
composer.lock | ||
netlify.toml | ||
package.json | ||
README.md | ||
tailwind.js | ||
webpack.mix.js | ||
yarn.lock |
Cardiff BJJ
Website for the Rob Taylor Jiu-Jitsu Academy.
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
.