https://github.com/johnpc/link-tree
my links
https://github.com/johnpc/link-tree
Last synced: 5 months ago
JSON representation
my links
- Host: GitHub
- URL: https://github.com/johnpc/link-tree
- Owner: johnpc
- Created: 2024-03-25T01:18:02.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2026-01-15T00:42:57.000Z (5 months ago)
- Last Synced: 2026-01-15T07:40:35.727Z (5 months ago)
- Language: Astro
- Homepage: https://jpc.io
- Size: 845 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jpc.io
My personal website
The app is available live at [https://jpc.io](https://jpc.io).
## Setup
Clone the repo, install dependencies, deploy backend resources:
```bash
git clone git@github.com:johnpc/link-tree.git
cd link-tree
npm install
```
Then, to run the frontend app
```bash
# on web
npm run dev
```
## Deploying
Deploy this application to your own AWS account in one click:
[](https://console.aws.amazon.com/amplify/home#/deploy?repo=https://github.com/johnpc/link-tree)