This repo is a from-scratch CMS built specifically for my photography portfolio website. It is being built out to be a CMS for any image based portfolio.
A production deployment can be found here.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
The project will not work until you configure:
This project currently relies on Supabase for auth and storage upload / image hosting. To test, create a new Supabase project. Then add an .env file with the following variables populated from your Supabase project dashboard:
REACT_APP_SUPABASE_URL='yoururlhere' REACT_APP_SUPABASE_API_KEY='yourkeyhere'
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.