Skip to content

sunitdev/sunitdev.github.io

Repository files navigation

Personal Website.

Website showcasing my Projects and Random stuff.
View Demo

Table of Contents

About The Project

Product Name Screen Shot

This repository contains source code of my personal website. The purpose of the website is to create an online presence. And also a playground for me to experiments with different client side technologies.

The website is not entirely static. The list of projects is rendered from a Trello board. This Trello board has public visibility. Thus when the React application is loaded, it calls the Trello api and get the content of the list which are then rendered as projects in the project page.

Built With

Following Frameworks, Libraries and tools are used in building this website.

Getting Started

Getting started with the project is simple. First clone the project and see if you have npm installed in your system.

Installation

  1. Clone the repo
git clone git@github.com:sunitdev/sunitdev.github.io.git
  1. Install NPM packages
npm install && npm install --only=dev
  1. Start Server in development mode.
npm run serve.

Building

To build the website in development mode run.

npm run build-dev

To build the website in production mode run.

npm run build-prod

Contact

Sunit Deshpande - sunitdeshpande1234@gmail.com

Project Link: https://github.com/sunitdev/sunitdev.github.io