https://github.com/caglarturali/vscode-portfolio
Personal portfolio website repository.
https://github.com/caglarturali/vscode-portfolio
atom-one-dark developer-portfolio jamstack portfolio portfolio-website react react-portfolio reactjs typescript vs-code
Last synced: 4 months ago
JSON representation
Personal portfolio website repository.
- Host: GitHub
- URL: https://github.com/caglarturali/vscode-portfolio
- Owner: caglarturali
- License: gpl-3.0
- Archived: true
- Created: 2019-01-09T22:14:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-10T15:55:00.000Z (over 2 years ago)
- Last Synced: 2024-09-25T18:49:41.784Z (8 months ago)
- Topics: atom-one-dark, developer-portfolio, jamstack, portfolio, portfolio-website, react, react-portfolio, reactjs, typescript, vs-code
- Language: TypeScript
- Homepage:
- Size: 18.4 MB
- Stars: 419
- Watchers: 3
- Forks: 67
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# :warning::warning: This project is no longer maintained. :warning::warning:
[](https://travis-ci.com/caglarturali/caglarturali.github.io)
## What's this?
[VS Code](https://code.visualstudio.com/) / [Atom One Dark](https://marketplace.visualstudio.com/items?itemName=akamud.vscode-theme-onedark) inspired developer portfolio app. :blush:
### Screenshot

## How to ...
### ... run locally?
Make sure you have [Node](https://nodejs.org/en/) and [git](https://git-scm.com/) installed.
- Clone the repo:
```bash
git clone https://github.com/caglarturali/caglarturali.git portfolio-app
cd portfolio-app
```- Install the dependencies:
```bash
npm install
```- Fire up a development server:
```bash
npm start
```#### Credits
- [typed.js](https://github.com/mattboldt/typed.js/) by [@mattboldt](https://github.com/mattboldt)
- [multilanguage-hello-json](https://github.com/novellac/multilanguage-hello-json) by [@novellac](https://github.com/novellac)