- Clone the repository
git clone git@github.com:devw/script-tag.git
-
Edit/change the variables set in
config.js
and.env
file. -
Install the dependencies
yarn install
- Run the tests
yarn test
- create a minified bundle.js
yarn build // to create the minified bundle.js
-
Deploy the bundle.js in your github-pages
-
add the scriptTag to your store
yarn start // to add the scriptTag to your store