This is the Kevin Garnett hall of fame repo.
Clone this repo...
git clone https://github.com/wolveslynx/tw21-kg.git
Install the dependencies...
cd tw21-kg
npm install
...then start Rollup:
npm run dev
Navigate to localhost:5000. You should see your app running. Edit components in src
, save it, and reload the page to see your changes.
To create an optimised version of the app:
npm run build
You can run the newly built app with npm run start
.
You will want to copy all budle files (specifically bundle.js
, bundle.css
) in the build
folder and overwrite the files in the project folder on AWS. It will help to version up the url reference in the Drupal publish page.