Skip to content

Files

Latest commit

 

History

History
37 lines (20 loc) · 915 Bytes

README.md

File metadata and controls

37 lines (20 loc) · 915 Bytes

SC Stats

A simple application leveraging SC new GraphQL API.

Usage is personal and allows to extract data from my "Seen in film theater in XXXX" lists.

This project was bootstrapped with Create React App.

Application deployed using Netlify: SC Stats

Netlify Status

Setup

Install

To install dependencies and packages run:

yarn install

Dev

In the project directory, you can run:

yarn dev

Runs the app in the development mode.
Open http://localhost:5173/ to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

Prod

Build the project using

yarn build