Skip to content

MTUHIDE/HIDE-Website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HIDE Website

This is the primary HIDE website, which is found here.

This site uses React for the front end.

Installation

  1. Install NodeJS.
  2. Install Yarn
  3. Run yarn install.
  4. Run the yarn start command to start a local server.
  5. Open http://localhost:3000/ to see the app.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Contacts:

This project was bootstrapped with Create React App.

Technologies Involved With This Project

Available Scripts

In the project directory, you can run:

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

yarn run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!

See the section about deployment for more information.

Code Organization

App.jsx contains the routing information for the application.

Carousel.jsx contains the carousel component for the current projects page.

Contact.jsx contains the general contact information for the enterprise, including the general meeting time, location, and the Zoom link.

CurrentProjects.jsx contains information for the current projects page.

Faq.jsx contains the FAQ section as well as a function for each "dropdown" called an accordion.

Home.jsx is the base page for the home page of the application.

Management.jsx contains the management section as well as a function to create new management cards.

ProjectSummaries.jsx contains all of the project summaries on the home page.

ProjectSummary.jsx is the component for an individual project summary.

package.json additional dependencies for the project can be added in the package.json file.

Deployment Process

  • The site is hosted at https://hide.cs.mtu.edu/.
  • Create a build using yarn run build.
  • Log in to cPanel.
  • Navigate to the file manager.
  • Find the public_html directory.
  • Upload the files at the root of the newly generated build folder (.htaccess, index.html, manifest.json, etc.).
  • Upload the contents of the static folder.
  • Upload any changes to the js, img, fonts, css, and bower_components folders if changes were made.
  • Return to the HIDE site and ensure the site is working correctly (Sometimes you need to do a forced reload due to cached content).

License

MIT