The Second Version of my Personal Portfolio
To build this project I used
- NextJS
- Styled Components
- React
- Typescript
- Chakra UI
Deployed on Vercel at hazim.tech
get dependencies npm i
to start a server at localhost:3000 npm run dev
to create a build npm run build
to serve build file npm run start