Skip to content

Local deployment guide

Luiz Ricardo Rodrigues edited this page Oct 14, 2019 · 1 revision

This guide is about how deploy topcoder-react-utils locally with community-app
(Note: This is a temporary solution while we fix the packages)

topcoder-react-utils

git clone https://github.com/topcoder-platform/topcoder-react-utils.git
cd topcoder-react-utils/
git checkout qa-accessibility
npm install
npm run build
npm pack

community-app

git clone https://github.com/topcoder-platform/community-app.git
cd community-app/
git checkout qa-accessibility
npm install
npm install ../topcoder-react-utils/topcoder-react-utils-0.7.8-2.tgz
rm -rf ./node_modules/topcoder-react-lib/node_modules/topcoder-react-utils/
rm -rf ./node_modules/topcoder-react-ui-kit/node_modules/topcoder-react-utils/
npm run build
npm start
Clone this wiki locally