Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore/remove-unused-deps #24

Merged
merged 1 commit into from
Jan 25, 2024
Merged

chore/remove-unused-deps #24

merged 1 commit into from
Jan 25, 2024

Conversation

mateusriff
Copy link
Collaborator

@mateusriff mateusriff commented Jan 25, 2024

Remove unused dependencies

Changes

  • REMOVED storybook: package was overkill for the project. I had no reason to document the two or three components that are reused throughout the application to the extent Storybook proposes.
  • REMOVED react-slick: commented CDN references to package. Didn't completely remove it because some components in the application still use it, but they are hidden.

How to test

Before testing, you must have Node and the Node Package Manager (NPM) installed on your machine.

Initial Setup

  1. Clone this repository by doing git clone https://github.com/robocin/robocin-website.git;
  2. Install dependencies with npm install --legacy-peer-deps;
  3. Switch to this branch with git checkout {THIS PULL REQUEST'S BRANCH};
  4. Do npm run dev to start the application locally;
  5. Go to http://localhost:3000.

End-to-end Tests

Make sure everything is still working alright 👍

@mateusriff mateusriff added the enhancement New feature or request label Jan 25, 2024
@mateusriff mateusriff self-assigned this Jan 25, 2024
@mateusriff mateusriff changed the title Remove unused dependencies chore/remove-unused-deps Jan 25, 2024
@mateusriff mateusriff merged commit ee875ae into develop Jan 25, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

Successfully merging this pull request may close these issues.

1 participant