From b0a90d322fe0e99e307685a3c9669180224f6cd5 Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Sat, 3 Sep 2022 14:15:13 -0700 Subject: [PATCH] fix(radicle): Backing up repo to Radicle --- .gitignore | 1 + README.md | 13 ++++++++++++- src/components/footer/index.js | 9 +++++++-- src/config/index.js | 8 +++++++- 4 files changed, 27 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 9a117ea..2c9b815 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ node_modules/ build/ docs/ +.gitsigners diff --git a/README.md b/README.md index fd52994..52d8cd5 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,8 @@ This is a single page app (SPA) based on [react-bootstrap](https://www.npmjs.com This app can be compiled and uploaded to Filecoin via [web3.storage](https://web3.storage). This means a censorship-resistant front-end app (SPA) can be built, which communicates with a censorship-resistant back-end. -- [Live Demo on Filecoin](https://bafybeibp6zaa7rjwamxagleukndta4il7w6hntztkq3oot222kzipw4bda.ipfs.dweb.link/) +- [Live Demo on GitHub Pages](https://permissionless-software-foundation.github.io/react-bootstrap-web3-spa/) +- [Live Demo on Filecoin](https://bafybeic3nuawgogcfjkxxstyqyg6dmzajvkxp55ccldipwmgiyuikhrq5y.ipfs.dweb.link/) ## Major Features - [react-bootstrap](https://react-bootstrap.github.io/) is used for general style and layout control. @@ -45,5 +46,15 @@ This open source software is developed and maintained by the [Permissionless Sof

bitcoincash:qqsrke9lh257tqen99dkyy2emh4uty0vky9y0z0lsr

+## Repo Backup +This GitHub repository is backed up on [Radicle](https://radicle.network/get-started.html). If GitHub ever censors this respository, the code can be found in this alternative repository. [Here are extra notes on working with Radicle](https://christroutner.github.io/trouts-blog/docs/censorship/radicle). + +- Project ID: rad:git:hnrkd5cjwwb5tzx37hq9uqm5ubon7ee468xcy +- [Repo on Rad Website](https://app.radicle.network/seeds/maple.radicle.garden/rad:git:hnrkd5cjwwb5tzx37hq9uqm5ubon7ee468xcy/remotes/hyyycncbn9qzqmobnhjq9rry6t4mbjiadzjoyhaknzxjcz3cxkpfpc) + +This can be cloned from [PSF](https://psfoundation.info) Radicle seed node with one of these commands: +- `rad clone rad:git:hnrkd5cjwwb5tzx37hq9uqm5ubon7ee468xcy --seed radicle.fullstackcash.nl` +- `rad clone rad:git:hnrkd5cjwwb5tzx37hq9uqm5ubon7ee468xcy --seed maple.radicle.garden` + ## License [MIT](./LICENSE.md) diff --git a/src/components/footer/index.js b/src/components/footer/index.js index 27ada43..bd56a52 100644 --- a/src/components/footer/index.js +++ b/src/components/footer/index.js @@ -36,7 +36,7 @@ function Footer (props) {
Site Mirrors