/Portfolio-Project

This will be my portfolio where I my Developer and Photographer both will be displayed

Primary LanguageTypeScript

This is my Portfolio Website

To start with this project, you need to have Node.js installed on your machine.

Steps to run this project

  1. Clone this repository
  2. Run npm install to install all the dependencies
  3. create .env file and put SERVER_PORT=8080 in it.
  4. Run npm start:dev to start the development server
  5. Run npm run start to build and start the project server will run in server 8080 http://localhost:8080

Technologies used

  1. Express
  2. EJS

Steps to Contribut

  1. Fork this repository
  2. Clone the forked repository
  3. Run in terminal
npm install
  1. Create a new branch
git checkout -b <branch-name>
  1. Make changes
  2. Commit and push
git add .
git commit -m "<commit-message>"
git push origin <branch-name>
  1. Create a pull request