EliPreston / ep-portfolio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Portfolio

A minimal portfolio.

Issues/Bugs Dealt With

Issue 'failed to load config from /-----/-----/-----/ep-portfolio/vite.config.js'

Solution Downgraded to the LTS version of NodeJS

Issue Error: ENOENT: no such file or directory, stat '---/----/-----/----'

Solution In package.json, changed "deploy" in "gh-pages -d deploy" to "dist": "gh-pages -d dist"

Issue Github Pages couldn't find images or project from /public/assets folder

Solution Remove '/' from beginning of src/href file paths "/assets/img_name.imgtype" -> "assets/...."

Dependencies

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:

About


Languages

Language:JavaScript 96.1%Language:HTML 3.3%Language:CSS 0.5%