Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 days 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-28T02:03:59.000Z (3 days ago)
- Last Synced: 2025-01-28T03:19:51.240Z (3 days ago)
- Language: JavaScript
- Homepage: https://about.riverbed.app
- Size: 5.34 MB
- Stars: 5
- Watchers: 4
- Forks: 0
- Open Issues: 3
-
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 CloudDependencies 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.