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

https://github.com/jamessingleton/personal-website

Personal website
https://github.com/jamessingleton/personal-website

Last synced: 4 months ago
JSON representation

Personal website

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
```