Skip to content

Commit

Permalink
Merge pull request #416 from md61421/firebase/docs
Browse files Browse the repository at this point in the history
fix: getting started instructions
  • Loading branch information
royalpinto007 authored Jan 15, 2024
2 parents 81997d0 + 58cb97d commit 165437d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,10 @@ To get started with this project, you'll need to follow these steps:

1. Install Node.js and MongoDB on your local machine.
2. Clone this repository to your local machine.
3. Install the project dependencies by running `npm install` in the app directory.
4. Start the app by running `npm run dev` in the directory (`cd app`).
5. Open your web browser and navigate to `http://localhost:5173`.
3. Retrieve the API key from the official [Firebase website](https://firebase.google.com/) and use it in [auth.js](https://github.com/Stoccoin-Official/Stoccoin-Website/blob/main/app/src/firebase/auth.js).
4. Install the project dependencies by running `npm install` in the app directory.
5. Start the app by running `npm run dev` in the directory (`cd app`).
6. Open your web browser and navigate to `http://localhost:5173`.

## Contributing

Expand Down

0 comments on commit 165437d

Please sign in to comment.