This is a web portfolio build with Vite, React 18, TypeScript, Vitest, Testing Library, TailwindCSS 3, Eslint, Prettier and gh-pages.
Clone the project.
git clone [email protected]:iikmoh/iikmoh.github.io.git my-portfolioAccess the project directory.
cd my-portfolioInstall dependencies.
pnpm installServe with hot reload at http://localhost:5173.
pnpm run devpnpm run lintpnpm run typecheckpnpm run buildpnpm run testView and interact with your tests via UI.
pnpm run test:uipnpm run deployThis project is licensed under the MIT License.