-
Notifications
You must be signed in to change notification settings - Fork 42
Description
It would be helpful for newcomers to have a bit more description and guidance in the form of a step-by-step set of instructions to getting this project up and running. Something akin to:
- Clone the repo:
git clone https://github.com/FirebaseExtended/karas-coffee - Go to the project directory:
cd karas-coffee - Start the local development system:
yarn dev<< this starts the app in the "website" directory - . . .
What isn't currently clear, especially for newcomers, is the distinction between "local dev" and "deploy hosting" and "importing data into Stripe", etc. Unless the audience is experienced with all of these techs (React, Stripe, Firebase Hosting, Firebase Auth, etc...), there is little chance they'll know what to do.
Even as someone experienced with all of these techs, I personally find myself looking through package.json files and hunting around for "firebaseConfig" in the code to figure out what is actually happening.
Some very light-weight guidance such as above would go a long way to making this project more accessible to developers of varying levels of experience.