https://github.com/jkettmann/jkettmann.com
https://github.com/jkettmann/jkettmann.com
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/jkettmann/jkettmann.com
- Owner: jkettmann
- License: mit
- Created: 2020-12-08T20:17:30.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-26T09:27:03.000Z (9 months ago)
- Last Synced: 2025-02-04T02:32:09.484Z (3 months ago)
- Language: TypeScript
- Homepage: https://jkettmann.com
- Size: 6.18 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`