Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/harvestprofit/npk-ui
Design System for Harvest Profit
https://github.com/harvestprofit/npk-ui
Last synced: about 1 month ago
JSON representation
Design System for Harvest Profit
- Host: GitHub
- URL: https://github.com/harvestprofit/npk-ui
- Owner: HarvestProfit
- License: mit
- Created: 2024-09-20T21:34:16.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-11-13T16:20:32.000Z (about 2 months ago)
- Last Synced: 2024-11-13T17:26:26.643Z (about 2 months ago)
- Language: JavaScript
- Homepage: https://harvestprofit.github.io/npk-ui/
- Size: 1.92 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# NPK UI
Design system built for Harvest Profit.
Seeing as we are currently running reactstrap (bootstrap4), it's easier to migrate the design system slowly from a custom version of reactstrap until ultimately every component is rebuilt in the new design system.
## Getting Started
Use `npm install` and follow that up with `npm start` to start the storyboard server. It'll open automatically for you.
## Linking to Harvest Profit
To try out your changes in Harvest Profit, run the following:
```
npm run build
cd ../marketingplan
yarn add link:./../npk-ui
```This will create a symlink to the node_modules in marketingplan and will then use your version in development. Run `npm run build` inside this repo whenever you make changes you want to test out.