https://github.com/benjaminmichaelis/personal-landing-page
My own personal landing page; LinkTree alternative
https://github.com/benjaminmichaelis/personal-landing-page
landing-page landingpage linktree linktree-alternative linktree-clone
Last synced: 28 days ago
JSON representation
My own personal landing page; LinkTree alternative
- Host: GitHub
- URL: https://github.com/benjaminmichaelis/personal-landing-page
- Owner: BenjaminMichaelis
- License: mit
- Created: 2022-01-22T02:49:40.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-07T04:24:14.000Z (about 1 month ago)
- Last Synced: 2025-04-10T00:16:51.072Z (28 days ago)
- Topics: landing-page, landingpage, linktree, linktree-alternative, linktree-clone
- Language: JavaScript
- Homepage: https://benjamin.michaelis.net
- Size: 4.44 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Personal Landing Page
[](https://github.com/BenjaminMichaelis/PersonalLandingPage/actions/workflows/node.js.yml)
[](https://github.com/BenjaminMichaelis/PersonalLandingPage/actions/workflows/codeql-analysis.yml)
[](https://app.netlify.com/sites/benjaminmichaelis-landing-page/deploys)### Personal landing page to mimic a lot of the functionality of linktree in a simple format.
![]()
## To run locally
Clone to your local machine, and use the command `npm start` from the GraphSketchpad project directory to run the app in development mode.
As long as you don't have another application running this will be ready to view at [http://localhost:3000](http://localhost:3000) and will reload if you make edits.
To build for production run `npm run build` and it will build the app for production to the `build` folder.
Using netlify to deploy the app live.