Skip to content

JoshuaVM95/JoshuaVM95.github.io

Repository files navigation

💻 JoshuaVM95 Personal Website

CI Workflow Push to GitHub Pages pages-build-deployment SonarCloud

This is my personal website built with React JoshuaVM95.

Feel free to fork the repository.

📋 Getting started

‼️ Prerequisites

  1. Git
  2. Node.js
  3. Npm

🔧 Installation

You can install all the project dependencies with npm install.

🔌 Available Scripts

  • npm start: Run the project in development mode. This will start the app in your http://localhost:3000.
  • npm run build: Builds the app for production to the build folder.
  • npm run lint: This will check all files in the src folder for lint errors.
  • npm run lint:fix: This will fix spacing errors in the src files.

🔨 Built with