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

https://github.com/johnpc/link-tree

my links
https://github.com/johnpc/link-tree

Last synced: 5 months ago
JSON representation

my links

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:

[![amplifybutton](https://oneclick.amplifyapp.com/button.svg)](https://console.aws.amazon.com/amplify/home#/deploy?repo=https://github.com/johnpc/link-tree)