Socket
Socket
Sign inDemoInstall

@scoir/college-search

Package Overview
Dependencies
73
Maintainers
36
Versions
323
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @scoir/college-search

College Search on Scoir


Version published
Weekly downloads
964
decreased by-2.03%
Maintainers
36
Created
Weekly downloads
 

Readme

Source

This is the react organism for Scoir college-search!

Development

Node Versioning

This repo runs on Node.js -- An .nvmrc file is included to allow for automatic Node.js versioning.

Run nvm use to use the version of Node.js specified in the .nvmrc file.

To set up automatic Node.js versioning on your machine:

  1. Follow these steps: https://stackoverflow.com/questions/23556330/run-nvm-use-automatically-every-time-theres-a-nvmrc-file-on-the-directory
  2. You should see a message in your terminal when you cd into a directory with .nvmrc, either notifying you that you are using the correct version for the project or that you need to install it.
1. Install dependencies

npm i

2. Run Storybook

Navigate to /stories and run

npm run storybook

Note* If you make a change in the package, you will need to rebuild the package to see the changes.

3. Linking

If you are working on a local version of the package and want to see it in a *-web app, you can link this package to your web app.

  1. In this package directory, run the following

    npm install
    npm run build
    npm link
    
  2. In your web app directory, run the following

    npm install
    npm link @scoir/react-college-search
    npm start
    

Note* If you make a change in the package, you will need to rebuild the package to see the changes.

You may need to run rm -rf node_modules/.cache and restart your web app directory to clear the cache and see the changes.

FAQs

Last updated on 18 Apr 2024

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc