https://github.com/codingitwrong/riverbed-web
Web client for Riverbed, an app for creating interactive CRUD apps with no programming.
https://github.com/codingitwrong/riverbed-web
Last synced: 8 months ago
JSON representation
Web client for Riverbed, an app for creating interactive CRUD apps with no programming.
- Host: GitHub
- URL: https://github.com/codingitwrong/riverbed-web
- Owner: CodingItWrong
- License: agpl-3.0
- Created: 2022-12-30T13:13:39.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-09-30T08:41:42.000Z (8 months ago)
- Last Synced: 2025-09-30T10:27:39.702Z (8 months ago)
- Language: JavaScript
- Homepage: https://about.riverbed.app
- Size: 5.96 MB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Riverbed Web
Web client for Riverbed, an app for creating interactive CRUD apps with no programming.
## Requirements
- [Node 16.x](https://nodejs.org) (newer not yet supported by a react-native-web dependency)
- [Yarn 1.x](https://classic.yarnpkg.com/lang/en/)
## Installation
- Clone the repo
- Run `yarn install`
- Copy `.env.sample` to `.env.local` and `.env.production`, and fill in API key values from Google Cloud
Dependencies are locked with `yarn.lock`; please use `yarn` rather than `npm` for installing.
## Running
- Run `yarn serve`
## E2E Tests: Cypress
- Start webpack by running `yarn serve`
- In another terminal, run `yarn cypress`
- Choose E2E Testing, then any browser, then click "Start E2E Testing"
## Copyright and License
Copyright 2023 NeedBee, LLC.
Licensed under GNU Affero General Public License (GNU AGPL) version 3 or later. See LICENSE.md for details.