An open API service indexing awesome lists of open source software.

https://github.com/fatihtatoglu/fatihtatoglu.github.io

Fatih Tatoğlu Blog
https://github.com/fatihtatoglu/fatihtatoglu.github.io

blog enginaer fatih tatoglu

Last synced: 9 months ago
JSON representation

Fatih Tatoğlu Blog

Awesome Lists containing this project

README

          

# Fatih Tatoğlu Blog

This is my blog site.

## Local Execution

```bash
npm install --global gulp-cli
```

### Install `http-server`

```bash
npm install --global http-server
```

### Start application

```bash
http-server ./dist -a localhost -d false -c-1
```