Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jongan69/linktree
A simple linktree project developed by using react and styled-components for GitHub pages and IPFS
https://github.com/jongan69/linktree
fleek ipfs react styled-components
Last synced: about 13 hours ago
JSON representation
A simple linktree project developed by using react and styled-components for GitHub pages and IPFS
- Host: GitHub
- URL: https://github.com/jongan69/linktree
- Owner: jongan69
- Created: 2022-01-05T01:26:50.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-23T00:32:42.000Z (9 months ago)
- Last Synced: 2024-04-23T01:43:49.323Z (9 months ago)
- Topics: fleek, ipfs, react, styled-components
- Language: JavaScript
- Homepage: https://jongan69.github.io/linktree/
- Size: 3.81 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Links
A simple link tree project developed using react and styled-components and material UI for github pages
To edit background see particle-bg in app.js
Pre-requisites
Node v16------
To Install:
`yarn install --network-timeout 1000000`
To Run Locally:
`yarn start`
To deploy github page:
1. `git clone`
2. edit links in components (headers and linktree)
3. Edit package.json homepage link to match your github page link
4. `yarn run deploy`
5. `git add .`
6. `git push`------
To deploy to [IPFS Using Fleek](https://ipfs.io/bafybeiezsw4ri4t54xktqoyirtiytgvz52o6cw6trvmfiz6vn5god7cv4y/hosting/site-deployment/#configuring-the-deployment)
![Fleek IPFS](/Capture.PNG)
Docker Image: `fleek/create-react-app`
Run Command: `yarn && yarn build`
Build Directory: `build`