We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
community-app
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
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