Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

opdavies/rebuilding-bartik

Repository files navigation

Rebuilding Bartik

Netlify Status

A clone of Drupal’s default theme, Bartik, built with Vue.js and Tailwind CSS.

A screenshot of the Rebuilding Bartik website

View the site live on Netlify →

Project setup

yarn install

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for production

yarn run build

Lints and fixes files

yarn run lint