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
Must have node.js installed. Optionally have gulp installed globally.
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
# Continuous incremental rebuild + web server (dev version)
npx gulp watch
# Build for production (optimized version)
npx gulp
# View application
Open http://localhost:3000/