This is a simple web app allowing you to create and share alignment charts. This project was built using React, Material UI, and Firebase.
- Install the dependencies:
npm install
- Since this project uses Firebase, you will need to add your Firebase credentials to a .env file. Make sure to add your .env file to your .gitignore file as well.
- Once you have set up Firebase with your own credentials, run a local development server:
npm start
.