public | ||
src | ||
.browserslistrc | ||
.editorconfig | ||
.envrc | ||
.eslintrc.js | ||
.gitignore | ||
babel.config.js | ||
flake.lock | ||
flake.nix | ||
netlify.toml | ||
package.json | ||
postcss.config.js | ||
README.md | ||
screenshot.png | ||
tailwind.config.js | ||
yarn.lock |
Rebuilding Bartik
A clone of Drupal’s default theme, Bartik, built with Vue.js and Tailwind CSS.
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