React components for Odyssey design framework.
To see how components look and behave, visit https://oktadeveloper.github.io/react-odyssey/
Or clone this repository and run:
yarn
yarn demo
Then visit http://localhost:3000/ to see a hot-reloading demo of existing react-odyssey components. If you edit demo/demo.tsx
, your changes will be reflected in the browser.
- yarn && yarn demo
Odyssey (formerly Nim) is embedded in this repo as a subtree for ease of carrying patches.
Changes are marked in the code with a comment // ASA:
indicating what has changed and why.
git remote add odyssey git@github.com:okta/odyssey.git
To pull in changes:
git subtree pull --prefix odyssey git@github.com:okta/odyssey kans/asa --squash
To push changes to the fork:
git subtree push --prefix odyssey git@github.com:okta/odyssey kans/asa --squash