Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.