Skip to content

Commit

Permalink
Merge pull request #1 from pranjalkole/main
Browse files Browse the repository at this point in the history
fix stuff
  • Loading branch information
kushalag02 authored Dec 20, 2024
2 parents 3653072 + 026dd19 commit dd71791
Show file tree
Hide file tree
Showing 6 changed files with 3,988 additions and 323 deletions.
16 changes: 9 additions & 7 deletions Readme.md → README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,29 @@
- Clone the repository
- run
```bash
yarn install
npm install
```
- Run the following
```bash
touch .env
```
- Open the `.env` file to enter the port and host
- Open the `.env` file and enter the MongoDB URL (Soumyajyoti has it)
```
URL="mongodb+srv://username:password@mongoatlascluster"
```
- Run locally
```bash
yarn serve
npm run serve
```
- For contribution
```bash
git checkout -b dev
yarn format
yarn serve
npm run format
npm run serve
```
- Push the code after contribution
```bash
yarn format
yarn start
npm run format
git add .
git commit -m "new changes"
git push
Expand Down
Loading

0 comments on commit dd71791

Please sign in to comment.