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.
You can install the RCSB Documentation Module via npm:
npm install @rcsb/rcsb-documentation
Inside the project directory, you can run the following commands:
- 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.
- 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.
-
src/
: Contains the source code of the application, including components, styles, and assets. -
build/
: The production-ready output generated by Webpack after runningnpm run build
. -
webpack.config.js
: The Webpack configuration file that manages the build and bundling process. -
.babelrc
: Babel configuration file for JavaScript transpilation.
This project is licensed under the MIT License.