Skip to content

sammaji/portfolio

Repository files navigation

Personal Website

Home Component

Getting Started

First clone this project. You can also fork this project and then clone the fork. Then install all required packages. Make sure you have node and installed. If not check out how to install node js and how to install yarn

# cloning the project
git clone "https://github.com/samyabrata-maji/sammaji.github.io.git"

# install Yarn (if you have Yarn 
# already installed, ignore this step)
npm install --global yarn

# installing packages
cd <PROJECT_NAME>
yarn install

To start the application in development mode, run:

yarn dev

To create a production build, run:

yarn build
yarn preview