Skip to content

Commit

Permalink
add github page
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-josheghani committed Feb 27, 2024
1 parent 8e9cf52 commit 23fe69f
Show file tree
Hide file tree
Showing 2 changed files with 270 additions and 0 deletions.
266 changes: 266 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
{
"homepage": "https://joshfe.github.io/rick-and-morty/",
"name": "movie-cahracter",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d dist",
"dev": "vite",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
Expand All @@ -25,6 +28,7 @@
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"gh-pages": "^6.1.1",
"vite": "^4.4.5"
}
}

0 comments on commit 23fe69f

Please sign in to comment.