Skip to content

topcoder-platform/topcoder-react-lib

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

db627a8 · Aug 5, 2022
Aug 5, 2022
Jul 29, 2022
May 18, 2018
Sep 23, 2020
Dec 13, 2021
Jul 29, 2022
May 3, 2018
May 3, 2018
Dec 14, 2018
Nov 10, 2020
Jun 26, 2018
Jun 28, 2018
May 3, 2018
Dec 16, 2018
Aug 20, 2021
Jun 26, 2018
Aug 5, 2022
Aug 5, 2022
May 3, 2018

Repository files navigation

Topcoder React Lib

Dev Build Status Master Build Status Latest NPM Release NPM Downloads

The Topcoder lib for internal ReactJS projects.

Before create a Test Release

Add --tag test-release to link 31 in .circleci/config.yml

- run: npm publish --tag test-release

Configuration for AV-Scan scorer review type ID

Change the property in AV_SCAN_SCORER_REVIEW_TYPE_ID in config.

Configuration for AV-Scan scorer review type ID

Change the property in PROVISIONAL_SCORING_COMPLETED_REVIEW_TYPE_ID in config.

Development

# Install dependencies
npm install

# Run test & build
npm test
npm run build

# Go to other project which depends on the topcoder-react-lib, config its package.json so
# that the 'topcoder-react-lib' points to the local foler path of topcoder-react-lib:
#
# "dependencies": {
#   "topcoder-react-lib": "<local-path-to-topcoder-react-lib>",
#   ......
# }
#

License

UNLICENSED — for internal Topcoder projects only.