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

https://github.com/jkettmann/jkettmann.com


https://github.com/jkettmann/jkettmann.com

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Personal website

This is a personal website / blog using [Gatsby](https://www.gatsbyjs.org/), [Markdown](https://www.markdownguide.org/), [Typescript](https://www.typescriptlang.org/), [Styled Components](https://styled-components.com/), [Talwind CSS](https://tailwindcss.com/)

It is based on [Gatsby Markdown Typescript Personal Website](https://github.com/SaimirKapaj/gatsby-markdown-typescript-personal-website) by [Saimir Kapaj](https://github.com/SaimirKapaj).

## Scripts

### Develop

Navigate into your new site’s directory and start the development environment.

```shell
npm start
```

The site is now running at `http://localhost:8000`

### Build

Get an optimized production build for your site generating static HTML and JavaScript, CSS bundles.

```shell
npm run build
```

### Serve

Starts a local server for testing your production site.

```shell
npm run serve
```

The production site is now running at `http://localhost:9000`