Skip to content

Commit

Permalink
chore!: using vite
Browse files Browse the repository at this point in the history
  • Loading branch information
shu-vro committed Aug 11, 2024
1 parent 152183f commit 5bbcbd9
Show file tree
Hide file tree
Showing 75 changed files with 1,163 additions and 295 deletions.
25 changes: 25 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

node_modules
dist
dist-ssr
*.local
.env

# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# COMPLETE-PORTFOLIO-WEBSITE

COMPLETE PORTFOLIO WEBSITE < HTML > { CSS } ( JavaScript )

The fruit of patience is sweet. Let's [check the webpage.](https://shu-vro.github.io/COMPLETE-PORTFOLIO-WEBSITE/)

_DISCLAIMER: YOU HAVE TO USE VITE FOR DEVELOPMENT AND PRODUCTION. to deploy using github pages, visit [vite](https://vitejs.dev/guide/static-deploy#github-pages)_
368 changes: 200 additions & 168 deletions index.html

Large diffs are not rendered by default.

Loading

0 comments on commit 5bbcbd9

Please sign in to comment.