https://github.com/zachlamb/website
Personal Website for Zach Lamb
https://github.com/zachlamb/website
front-end gatsby-site lamb portfolio ux-design
Last synced: 10 months ago
JSON representation
Personal Website for Zach Lamb
- Host: GitHub
- URL: https://github.com/zachlamb/website
- Owner: ZachLamb
- License: mit
- Created: 2015-10-09T04:02:59.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2023-04-20T19:18:13.000Z (about 3 years ago)
- Last Synced: 2024-10-31T14:13:06.055Z (over 1 year ago)
- Topics: front-end, gatsby-site, lamb, portfolio, ux-design
- Language: TypeScript
- Homepage:
- Size: 78.7 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gatsby Markdown Typescript 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/), [Framer Motion](https://www.framer.com/motion/) & [React Font Awesome](https://github.com/FortAwesome/react-fontawesome/).
## Demo
[Gatsby Markdown Typescript Personal Website](https://gatsby-markdown-typescript-personal-website.netlify.app/)
## Quick start
1. **Create a Gatsby site.**
Use the Gatsby CLI to create a new site, using the Gatsby Markdown Typescript Personal Website Starter.
```shell
gatsby new my-site-name https://github.com/SaimirKapaj/gatsby-markdown-typescript-personal-website
```
2. **Develop**
Navigate into your new site’s directory and start the development environment.
```shell
gatsby develop
```
Your site is now running at `http://localhost:8000`
3. **Build**
Get an optimized production build for your site generating static HTML and JavaScript, CSS bundles.
```shell
gatsby build
```
4. **Serve**
Starts a local server for testing your production site.
```shell
gatsby serve
```
Your production site is now running at `http://localhost:9000`
## Deploy
[](https://app.netlify.com/start/deploy?repository=https://github.com/SaimirKapaj/gatsby-markdown-typescript-personal-website)
[](https://zeit.co/import/project?template=https://github.com/SaimirKapaj/gatsby-markdown-typescript-personal-website)