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

https://github.com/simonsinclair/simonsinclair-com


https://github.com/simonsinclair/simonsinclair-com

personal-website

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# simonsinclair.com

My personal website.

## Getting started

### Setup

```
git clone https://github.com/simonsinclair/simonsinclair-com.git
cd simonsinclair-com
npm install
npx playwright install
```

### Running locally

#### Development

1. `npm run dev`
2. `npm run serve`

#### Production

```
npm start
open http://localhost:8080/
```

### Running tests

```
npm test
```