Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pi0neerpat/restricted-redwood-example
https://github.com/pi0neerpat/restricted-redwood-example
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pi0neerpat/restricted-redwood-example
- Owner: pi0neerpat
- License: mit
- Created: 2022-01-14T23:04:17.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-02T07:19:39.000Z (over 2 years ago)
- Last Synced: 2024-10-04T10:40:19.694Z (about 1 month ago)
- Language: JavaScript
- Homepage: restricted-redwood-example.vercel.app
- Size: 887 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Welcome to restricted-redwood-example 👋
> 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)_