Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 1.4 KB

README.md

File metadata and controls

27 lines (15 loc) · 1.4 KB

Cambium Classic

A sample app built with the latest version of Redwood using the GraphQL API. This was built as a comparison to building the same app featuring Redwood's experimental support for React Server Components. For that version of the app, see: https://github.com/cannikin/cambium-rsc

image

This is a simple photo editing app letting you tweak the look of your images with CSS filters and view EXIF metdata:

image

After tweaking your image you can then share it. Users will see a big screen version of your image with edits, along with a "Remix" button to then make their own edits based on yours:

image

Setup

Populate web/public/photos with the images of your choice, or use the ones included. Note these are © Rob Cameron and are available under the CC BY-ND 4.0 license.

Development

Start the dev server:

yarn rw dev

Your site will be available at http://localhost:8910