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

fix/build-issues #29

Merged
merged 6 commits into from
Feb 3, 2024
Merged

fix/build-issues #29

merged 6 commits into from
Feb 3, 2024

Conversation

mateusriff
Copy link
Collaborator

@mateusriff mateusriff commented Feb 3, 2024

Fix build issues

Changes

  • New dependencies: a few eslint build dependencies were installed.
  • Fixed eslint errors: a few eslint errors were resolved.
  • Moved styling files out of src/pages directory: this was leading to build issues.

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 fix/build-issues;
  4. Do npm run dev to start the application locally;
  5. Go to http://localhost:3000.

End-to-end Tests

Make sure there is no development server running before proceeding!

  1. Run npm run build to build the production server of the website. Be sure that:
    • The build is completed successfully.
  2. Go to http://localhost:3000 and check the build's performance.

@mateusriff mateusriff self-assigned this Feb 3, 2024
@mateusriff mateusriff added the bug Something isn't working label Feb 3, 2024
@mateusriff mateusriff merged commit 21b5cdd into develop Feb 3, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

Successfully merging this pull request may close these issues.

1 participant