This repository contains the source code for my personal portfolio website. The website showcases my projects, skills, and professional experience.
- About Me: Introduction and background.
- Skills: List of technical and soft skills.
- Projects: Showcase of recent projects with descriptions and links.
- Contact: Form to contact me directly through the website.
- HTML
- CSS
- JavaScript
- Node.js
- Express
- Docker
-
Clone the repository
git clone https://github.com/sazumivicky/sazumi-porto-expressjs.git cd sazumi-porto-expressjs
-
Install dependencies
npm install
-
Run the server
npm start
This will start the server on
localhost:3000
. -
Open the website Navigate to
http://localhost:3000
in your web browser to view the website.
To build and run the website using Docker, follow these steps:
-
Build the Docker image
docker build -t sazumi-porto-expressjs .
-
Run the Docker container
docker run -p 3000:3000 sazumi-porto-expressjs
Access the website at
http://localhost:3000
.
Contributions are welcome! Please feel free to submit a pull request.
This project is licensed under the MIT License - see the LICENSE.md file for details.