react
/typescript
storybook
for component developmenteslint
andprettier
to harmonize the code basestyled-components
for stylingd3
for data visualization
- `/src`: all source files go here
- `/components`: individual components shared across the project
- `/node_modules`: handled by npm, don't touch this
- `stories`: contains stories for storybook
- `npm run storybook`: start dev server
- `npm publish`: publish the package to npm, we need to update the package.json version before publishing