Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pi0neerpat/restricted-redwood-example


https://github.com/pi0neerpat/restricted-redwood-example

Last synced: 26 days ago
JSON representation

Awesome Lists containing this project

README

        

Welcome to restricted-redwood-example 👋




License: MIT


Twitter:pi0neerpat

> Limited access protection, before you reveal your amazing app to the world!

### ✨ [Demo](https://restricted-redwood-example.vercel.app)

The password for the demo is `redwoodrocks`

![](restricted-redwood-demo.gif)

## Install

NOTE: Anyone who understands web development could break this in a few minutes. It is meant to provide only **limited access protection**, before you reveal your amazing app to the world!

```sh
yarn install
```

1. Copy over `web/providers` and add the `AllContextProviders` to your `App.js`
2. Copy the page `restricted` and add it to `Routes.js`
3. Add `BASIC_AUTH_PASSWORD` to your `.env`, and update `includeEnvironmentVariables` in your `Redwood.toml`

Run it!

## Usage

```sh
yarn rw dev
```

## Author

👤 **Patrick Gallagher**

- Website: https://patrickgallagher.dev
- Twitter: [@pi0neerpat](https://twitter.com/pi0neerpat)
- GitHub: [@pi0neerpat](https://github.com/pi0neerpat)

## Show your support

Give a ⭐️ if this project helped you!

---

_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_