Skip to content
This repository has been archived by the owner on Jul 1, 2023. It is now read-only.

caglarturali/caglarturali.github.io.bak

Repository files navigation

⚠️⚠️ This project is no longer maintained. ⚠️⚠️

Build Status

What's this?

VS Code / Atom One Dark inspired developer portfolio app. 😊

Screenshot

How to ...

... run locally?

Make sure you have Node and git installed.

  • Clone the repo:

    git clone https://github.com/caglarturali/caglarturali.git portfolio-app
    cd portfolio-app
  • Install the dependencies:

    npm install
  • Fire up a development server:

    npm start

Credits