Skip to content
View jpdiaz663's full-sized avatar

Block or report jpdiaz663

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
jpdiaz663/README.md

React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

Expanding the ESLint configuration

If you are developing a production application, we recommend using TypeScript with type-aware lint rules enabled. Check out the TS template for information on how to integrate TypeScript and typescript-eslint in your project.

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/your-portfolio.git
    cd your-portfolio
  2. Install dependencies:

    yarn install
  3. Set up environment variables:

    Create a .env file in the root directory and add your GitHub token:

    VITE_GITHUB_TOKEN=your_github_token_here

    Important: The VITE_GITHUB_TOKEN is required to access the GitHub API and display your GitHub data in the portfolio. Without this token, GitHub API features will not work properly.

    To create a new GitHub token:

    • Go to GitHub Settings → Developer settings → Personal access tokens → Tokens (classic)
    • Click "Generate new token"
    • Select the appropriate scopes (at minimum: public_repo or repo for repository access)
    • Copy the generated token and paste it in your .env file
  4. Start the development server:

    yarn dev

    The application should now be running at http://localhost:5173.

Build

To create a production build, run:

yarn run build

Then, you can preview the production build with:

yarn run preview

Upload to prod:

yarn run build
yarn run deploy

Popular repositories Loading

  1. drupa-9-estudio-bits drupa-9-estudio-bits Public

  2. taller-drupal-bits taller-drupal-bits Public

    PHP

  3. sf_utils sf_utils Public

    Forked from optimeadmin/sf_utils

    Repo con clases de utilidad para proyectos Symfony

    PHP

  4. sfemails sfemails Public

    Forked from optimeadmin/sfemails

    JavaScript

  5. taller-sucursales-bits-2023 taller-sucursales-bits-2023 Public

    Aplicacion de principios solid con symfony

    PHP 1

  6. typescript-ddd-example typescript-ddd-example Public template

    Forked from CodelyTV/typescript-ddd-example

    🔷🎯 TypeScript DDD Example: Complete project applying Hexagonal Architecture and Domain-Driven Design patterns

    TypeScript