Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

thinkful-ui

Package Overview
Dependencies
Maintainers
20
Versions
281
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

thinkful-ui

Shared UI resources for Thinkful.

  • 6.0.38
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
107
decreased by-12.3%
Maintainers
20
Weekly downloads
 
Created
Source

UI

Shared React components for Thinkful applications.

/src

Code for the shared components.

/stories

Stories for demoing components using storybook

/script

Standard bootstrap scripts (Thinkful convention).

Demo

npm run dev
/script/server

Development

Requires Node version >= 12. If you want to work on UI components locally and see your changes in another app (outside the stories demo), you can use npm link.

  1. From Thinkful/ui: npm run dev
  2. From Thinkful/ui: npm link
  3. From the folder containing your app's package.json: npm link thinkful-ui

Deploying changes to thinkful-ui

thinkful-ui changes need to be deployed to npm, then both assets and seagull need to be updated to use the newest thinkful-ui.

  1. Bump the version in thinkful-ui's package.json.
  2. in Thinkful/ui: npm publish
  3. in Thinkful/assets: bump the thinkful-ui version in package.json to the new version.
  4. in Thinkful: make build assets && make upload assets, which will regenerate build hashes in docker-compose.yml.
  5. in Thinkful/assets: Make a PR with that package.json change and docker-compose.yml updates, and merge to master.
  6. in Thinkful/seagull: do the same steps as above.
  7. You're done!

Caveat: Make sure the React versions in ui and assets are at least roughly in sync.

Keywords

FAQs

Package last updated on 25 Aug 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc