Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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`