Skip to content

nashidahmed/portfolio-website

Repository files navigation

Nashid Ahmed's portfolio website

Hey guys! Welcome to my portfolio website's codebase. Feel free to take a look around. Here's a link to the website ➡ My portfolio

This repo is maintained using Github Actions. You can find the source code here

Getting Started

Must have node.js installed. Optionally have gulp installed globally.

Installation

Clone this repository locally and install the dependencies.

# Clone the application
git clone https://github.com/nashidahmed/portfolio-website.git

# Change to project directory
cd portfolio-website/

# Install application dependencies
npm install

Workflow

# Continuous incremental rebuild + web server (dev version)
npx gulp watch

# Build for production (optimized version)
npx gulp

# View application
Open http://localhost:3000/

License

MIT