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 12:25:23 +01:00
app/config Update site title 2018-07-21 21:17:02 +01:00
assets Add links 2018-07-23 12:25:23 +01:00
source Improve mobile nav 2018-07-23 12:06:57 +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 Disable PurgeCSS for now 2018-07-23 12:22:57 +01:00
package.json Add vue.js 2018-07-23 12:06:56 +01:00
README.md Update README.md 2018-07-22 22:36:37 +01:00
tailwind.js Improve mobile nav 2018-07-23 12:06:57 +01:00
webpack.mix.js Disable PurgeCSS for now 2018-07-23 12:22:57 +01:00
yarn.lock Add vue.js 2018-07-23 12:06:56 +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.