Prerequisites This project requires you have node installed locally and uses yarn as a package manager. See instructions on those project pages to get those setup if you don't already have them available. You'll also need a firebase project with realtime database.
- Clone the repository from gitub
git clone git@github.com:carolineartz/share-a-sketch.git
- navigate into the root directory
cd share-a-sketch
- Install dependencies
yarn
-
Copy
.env.example
to.env
and fill in the configuration values from your firebase project. -
Log in to Firebase service
The following command should open a browser window so you can log into Firebase.
yarn firebase login
-
Run the local development servers
The following command should open a tab in your default browser running the app!
yarn dev