Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 501 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 501 Bytes

alignments

This is a simple web app allowing you to create and share alignment charts. This project was built using React, Material UI, and Firebase.

Setup

  1. Install the dependencies: npm install
  2. 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.
  3. Once you have set up Firebase with your own credentials, run a local development server: npm start.