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.
cardiffbjj.co.uk/README.md
2018-07-22 22:36:11 +01:00

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.