Commit a266db98 authored by Abdullah Yassin's avatar Abdullah Yassin
Browse files

Issue #3293118: Add Radix sub theme files to make Vartheme BS5 support Radix theme

parent 54e99d44
Loading
Loading
Loading
Loading

README.md

0 → 100644
+23 −0
Original line number Diff line number Diff line
# Installation

Radix Subtheme theme uses [Webpack](https://webpack.js.org) to compile and
bundle SASS and JS.

#### Step 1
Make sure you have Node and npm installed.
You can read a guide on how to install node here:
https://docs.npmjs.com/getting-started/installing-node

If you prefer to use [Yarn](https://yarnpkg.com) instead of npm, install Yarn by
following the guide [here](https://yarnpkg.com/docs/install).

#### Step 2
Go to the root of Radix Subtheme theme and run the following commands: `npm
install` or `yarn install`.

#### Step 3
Update `proxy` in **config/proxy.js**.

#### Step 4
Run the following command to compile Sass and watch for changes: `npm run watch`
or `yarn watch`.
+1 −0
Original line number Diff line number Diff line
+8 −0
Original line number Diff line number Diff line
/******/ (function() { // webpackBootstrap
var __webpack_exports__ = {};
/*!***************************************!*\
  !*** ./src/components/block/block.js ***!
  \***************************************/

/******/ })()
;
 No newline at end of file
+10269 −0

File added.

Preview size limit exceeded, changes collapsed.

+10954 −0

File added.

Preview size limit exceeded, changes collapsed.

Loading