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.
Find a file
2018-07-23 07:14:56 +01:00
app/config Update site title 2018-07-21 21:17:02 +01:00
assets/sass Add Tailwind 2018-07-20 23:30:35 +01:00
source Font sizes on mobile 2018-07-23 07:14:56 +01:00
.editorconfig Initial commit 2018-07-20 23:06:44 +01:00
.gitignore Add Tailwind 2018-07-20 23:30:35 +01:00
composer.json Initial commit 2018-07-20 23:06:44 +01:00
composer.lock Initial commit 2018-07-20 23:06:44 +01:00
netlify.toml Add PurgeCSS 2018-07-22 22:53:22 +01:00
package.json Add PurgeCSS 2018-07-22 22:53:22 +01:00
README.md Update README.md 2018-07-22 22:36:37 +01:00
tailwind.js Remove xl screen size 2018-07-22 22:37:44 +01:00
webpack.mix.js Fix sass path 2018-07-22 22:58:58 +01:00
yarn.lock Add PurgeCSS 2018-07-22 22:53:22 +01:00

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.