This repository has been archived on 2025-10-03. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
rebuilding-uis/bartik
2025-10-02 08:19:36 +01:00
..
public Move all files to bartik/ 2025-10-02 08:19:36 +01:00
src Move all files to bartik/ 2025-10-02 08:19:36 +01:00
.browserslistrc Move all files to bartik/ 2025-10-02 08:19:36 +01:00
.editorconfig Move all files to bartik/ 2025-10-02 08:19:36 +01:00
.envrc Move all files to bartik/ 2025-10-02 08:19:36 +01:00
.eslintrc.js Move all files to bartik/ 2025-10-02 08:19:36 +01:00
.gitignore Move all files to bartik/ 2025-10-02 08:19:36 +01:00
babel.config.js Move all files to bartik/ 2025-10-02 08:19:36 +01:00
flake.lock Move all files to bartik/ 2025-10-02 08:19:36 +01:00
flake.nix Move all files to bartik/ 2025-10-02 08:19:36 +01:00
netlify.toml Move all files to bartik/ 2025-10-02 08:19:36 +01:00
package.json Move all files to bartik/ 2025-10-02 08:19:36 +01:00
postcss.config.js Move all files to bartik/ 2025-10-02 08:19:36 +01:00
README.md Move all files to bartik/ 2025-10-02 08:19:36 +01:00
screenshot.png Move all files to bartik/ 2025-10-02 08:19:36 +01:00
tailwind.config.js Move all files to bartik/ 2025-10-02 08:19:36 +01:00
yarn.lock Move all files to bartik/ 2025-10-02 08:19:36 +01:00

Rebuilding Bartik

Netlify Status

A clone of Drupals 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