Skip to content

jkettmann/jkettmann.com

Repository files navigation

Personal website

This is a personal website / blog using Gatsby, Markdown, Typescript, Styled Components, Talwind CSS

It is based on Gatsby Markdown Typescript Personal Website by Saimir Kapaj.

Scripts

Develop

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

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.

npm run build

Serve

Starts a local server for testing your production site.

npm run serve

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