Skip to content

This is my personal page where i'll post my projects and updates about me.

Notifications You must be signed in to change notification settings

georgekaran/georgekaran.com

Repository files navigation





GitHub package.json version ci Coverage Status

This is my personal page where i'll post my projects and updates about me.


Installing

A step by step series of examples that tell you how to get a development env running

Clone the repo.

git clone https://github.com/georgekaran/georgekaran.com.git

Install the dependencies.

npm i

And run the app.

npm run dev

Available commands

Command Description
dev Start the application on development mode
build Build the application
start Start the application on production mode
lint Lint the 'src' folder
test Run all tests
test:staged Run only new/modified tests
test:ci Run tests and generate coverage report
test:watch Run tests on watch mode
generate Generate a new Component folder that includes styles, stories, test, and the component itself (See Main Component for an example)
storybook Run Storybook on development mode
build-storybook Build Storybook for production

Deployment

Deployed on Vercel

Built With

  • React - "A JavaScript library for building user interfaces".
  • Next.JS - "The React Framework for Production".
  • Styled-Components - "Visual primitives for the component age".