Skip to content

Commit

Permalink
Merge branch 'codervivek5:main' into VB-seperate-Logo-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Anuja1227 authored May 19, 2024
2 parents cfeebf6 + ac82336 commit e1131cc
Show file tree
Hide file tree
Showing 4 changed files with 250 additions and 42 deletions.
2 changes: 1 addition & 1 deletion Pages/Team/team.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ body.dark-mode {
color: #fff;
}

body.dark-mode a {
body.dark-mode {
color: #fff;
}

Expand Down
38 changes: 32 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,14 @@ Technologies Used :
- [Figma Design](https://www.figma.com/file/hXcM6chTK70O6rAqCTFxuc/Vigy?node-id=0%3A1&t=px6VNjlFCos5Ll9z-1)
<!-- - We can take reference of this website [Click Here](http://yellowpages.in/) -->

#### Figma New Design
- [Figma Design](https://www.figma.com/design/O0UOQfpC6u7wiQ9EeLnhGx/VigyBag-Redesign?node-id=0-1&t=sAeZiavEp8vPg1ss-0)


If you want to work on this unique project and share it with the world, you can do that here. Go through the contributing guidelines here.


## :handshake: Contributing <a name="contributing"></a>
## :handshake: Contributing <a name="contributing"></a>

[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat&logo=git&logoColor=white)](https://github.com/hound77/jwoc-archive/pulls) [![Open Source Love](https://badges.frapsoft.com/os/v2/open-source.svg?v=103)](https://github.com/hound77/jwoc-archive)

Expand Down Expand Up @@ -119,7 +121,7 @@ git pull upstream main
git checkout -b <YOUR_BRANCH_NAME>
```

**8.** Make changes in source code.
**8.** Make changes in the source code.

**9.** Check your changes.
```
Expand Down Expand Up @@ -156,28 +158,52 @@ Congratulations🎉, you have made a PR to the VigyBag. Wait for your submission

## 🦄 Django Project Setup

**1.** Navigate to the project directory Backend Code .
**1.** Navigate to the project directory Backend Code.

```bash
cd Backend Code
```

**2.** Navigate to the project directory VigyBag .
**2.** Navigate to the project directory VigyBag.

```bash
cd VigyBag
```
**3.** If you get manage.py in file structure then run this command.
**3.** If you get manage.py in the file structure then run this command.

```bash
python manage.py runserver
```

## 🦄 Django Admin Authentificaion
### 🦄 Django Admin Authentificaion
```bash
later on...
```

## ⚛️ React Project Setup

**1.** Navigate to the project directory Backend Code.

```bash
cd front-with-code
```

**2.** Navigate to the project directory VigyBag.

```bash
cd VigyBag
```
**3.** Run this command to install node packages.

```bash
npm install
```

## ⚛️ Start project
```bash
npm run dev
```

## ⚙️ Things to Note
- Make sure you do not copy codes from external sources because that work will not be considered. Plagiarism is strictly not allowed.
- You can only work on issues that have been assigned to you.
Expand Down
Loading

0 comments on commit e1131cc

Please sign in to comment.