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
2019-01-05 22:47:58 +00:00
app/config Move class information 2019-01-05 22:47:58 +00:00
assets Update ID on wrapping element 2018-09-04 21:58:40 +01:00
source Update schedule times 2019-01-05 22:47:58 +00:00
.editorconfig Initial commit 2018-07-20 23:06:44 +01:00
.gitignore Rename build to dist 2018-09-04 21:54:39 +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 Rename build to dist 2018-09-04 21:54:39 +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 Add Montserrat font, add wider tracking 2018-10-05 08:34:10 +01:00
webpack.mix.js Rename build to dist 2018-09-04 21:54:39 +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.