You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To contibute to this project, [Fork](https://docs.github.com/en/get-started/quickstart/fork-a-repo) this repo and clone it on your local machine.
4
+
5
+
Navigate to the [server](./server) and [web](./web) folder and run `yarn` in your terminal in each folder.
6
+
7
+
To start the server, you need to configure environments by adding `.env` file in `server` folder and `.env.local` in `web` folder. You can refer to `.env.example` in each folder.
8
+
9
+
To start the backend server locally, navigate to `/server` and run `yarn watch` followed by `yarn dev`. You should now able to access *raphql playground* locally on [http://localhost:4000/graphql](http://localhost:4000/graphql)
10
+
11
+
To start the frontend server locally, navigate to `/web` and run `yarn dev`.
12
+
13
+
After proposing a feature or fixing a bug, create a Pull Request targetting to the [main](https://github.com/Nazeeh21/Meshare/tree/main) branch of this repo.
0 commit comments