Skip to content

Commit

Permalink
docs: removing relative links
Browse files Browse the repository at this point in the history
  • Loading branch information
tamalCodes committed Sep 25, 2023
1 parent 9545f9e commit 2e3e555
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions docs/FrontendSetup.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,11 @@ Follow the below steps to setup the Frontend locally. We are using `npm` as the

We use a `.env` file using the `dotenv` package inside the root of the directory. You must create a `.env` file similar to [.env.example](../.env.example) file.

## Next steps 🚀
<br/>
<br/>

So now you have the the frontend up and running locally. Now you can start working on the issues.
# Next steps 🚀

- To make sure all the API calls are made setup the backend too, you can follow these steps to [setup the backend locally](/docs/BackendSetup.md).
So now you have the the frontend up and running locally. Now you can start working on the issues. You can follow the below steps to get started with the frontend.

- [Setting up the backend locally](https://github.com/MilanCommunity/Milan-Backend/blob/main/docs/BackendSetup.md)

0 comments on commit 2e3e555

Please sign in to comment.