https://github.com/jamessingleton/personal-website
Personal website
https://github.com/jamessingleton/personal-website
Last synced: 4 months ago
JSON representation
Personal website
- Host: GitHub
- URL: https://github.com/jamessingleton/personal-website
- Owner: JamesSingleton
- Created: 2019-12-30T03:55:57.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-12-16T21:09:09.000Z (6 months ago)
- Last Synced: 2025-12-20T11:51:05.670Z (6 months ago)
- Language: TypeScript
- Homepage: https://jamessingleton.me
- Size: 20.5 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 👋 Welcome to my site's repo.
You can see it live here: [`jamessingleton.me`](https://jamessingleton.me/)
## About the site
- [Next.js](https://nextjs.org/)
- [Tailwind CSS](https://tailwindcss.com/)
- [Contentful](https://www.contentful.com/)
## 🛠Installation & Set Up
1. Install dependencies
```sh
yarn
```
2. Start the development server
```sh
yarn dev
```
## 🚀 Building and Running for Production
1. Generate a full static production build
```sh
yarn build
```
2. Preview the site as it will appear once deployed
```sh
yarn start
```