New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@rcsb/rcsb-documentation

Package Overview
Dependencies
Maintainers
0
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rcsb/rcsb-documentation

This project is a React application that has been configured with Webpack for building and development.

  • 0.1.9
  • latest
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

RCSB Documentation Module (@rcsb/rcsb-documentation)

This project is a React application that has been configured with Webpack for building and development.

The RCSB Documentation Module is a React-based project designed to serve as a dynamic and user-friendly landing page for hosting documentation related to RCSB.org. This module is intended to be integrated within the RCSB Sierra web application, providing an enhanced user experience and streamlining access to information pertinent to the features and data available on RCSB.org.

Installation

You can install the RCSB Documentation Module via npm:

npm install @rcsb/rcsb-documentation

Available Scripts

Inside the project directory, you can run the following commands:

npm start

  • Launches the development server with Webpack.
  • Open http://localhost:3000 to view the app in your browser.
  • The app supports hot reloading, so any changes to the source files will automatically reflect in the browser.

npm run build

  • Builds the project for production.
  • Creates an optimized build in the build folder.
  • The output is minified, and the filenames include content hashes for cache busting.

Project Structure

  • src/: Contains the source code of the application, including components, styles, and assets.
  • build/: The production-ready output generated by Webpack after running npm run build.
  • webpack.config.js: The Webpack configuration file that manages the build and bundling process.
  • .babelrc: Babel configuration file for JavaScript transpilation.

Publish

Prerelease

npm version prerelease # assumes the current version ends with '-dev.X'
npm publish --tag next

Release

npm version 0.X.0 # provide valid semver string
npm publish

License

This project is licensed under the MIT License.

FAQs

Package last updated on 06 Jan 2025

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