https://github.com/simonsinclair/simonsinclair-com
https://github.com/simonsinclair/simonsinclair-com
personal-website
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/simonsinclair/simonsinclair-com
- Owner: simonsinclair
- Created: 2020-09-30T18:26:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-23T10:00:04.000Z (over 1 year ago)
- Last Synced: 2025-06-18T13:51:09.454Z (about 1 year ago)
- Topics: personal-website
- Language: HTML
- Homepage: https://www.simonsinclair.com
- Size: 22.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```