Skip to content

dilanka-rathnasiri/portfolio

Repository files navigation

Dilanka Rathnasiri – Portfolio

A modern portfolio website to showcase my projects and skills as a developer.

Web: https://dilanka-rathnasiri.github.io/portfolio

Why This Portfolio?

I built this simple web app to present my work and technical background professionally. I chose Angular because of its modular architecture, robust tooling, and clear documentation.

Tech Stack

Local Development

Clone the repo and install dependencies:

git clone https://github.com/dilanka-rathnasiri/portfolio.git
cd portfolio
npm install

Start the development server:

ng serve

Visit http://localhost:4200 in your browser.

Build

To build the app for production:

ng build --configuration=production

Build output will be in the dist/ directory.

Deploy to GitHub pages

To deploy the Angular app to GitHub pages

ng deploy