Hello everyone! Let me introduce myself, I am Baali Youness, and on this occasion, I would like to share a portfolio website project that I have developed.
Tech Stack used:
- ReactJS
- Tailwind CSS
- AOS
- Framer Motion
- Lucide
- Material UI
- SweetAlert2
- NodeMailer
- Render
- Netlify
Website Link: ----- https://eclectic-muffin-dd8a8d.netlify.app/
Here is a simple guide to running this project.
Make sure you have installed:
- Node.js
- Download this project:
git clone https://github.com/YahyaHajji/dev-cv.git
- Install all the requirements:
npm install
or by
npm install --legacy-peer-deps
- Run the project:
npm run dev
- Open in browser:
Access the application in your browser via the link that appears in the terminal.
To create a production-ready build:
- Run the build command:
npm run build
- The build files will be stored in the
dist
folder. You can upload this folder to your hosting server.
If you have problems running the project, make sure:
- Node.js is installed correctly.
- You are in the correct project folder.
- All requirements are installed without error.