Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
divyamD13 committed Apr 6, 2024
2 parents a5e990e + 798e885 commit 4f0eee8
Show file tree
Hide file tree
Showing 43 changed files with 34 additions and 7 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
node_modules

pubspec.lock

# Miscellaneous
*.class
*.log
Expand Down
39 changes: 32 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,30 +13,55 @@ The Note Hub App is a versatile and intuitive tool designed to streamline your n

## Installation

1. Clone the repository:
### Setup

```bash
git clone https://github.com/OPCODE-Open-Spring-Fest/note_hub.git
```
To set up **Note Hub** on your local machine, follow these steps:

2. Navigate to the project directory:

<<<<<<< HEAD
```bash
cd note_hub
```
=======
>>>>>>> 798e885af37a5f1476571d888e1bb0379c723b3c
1. Fork the repository:
- Click the "Fork" button at the top right corner of this repository's page on GitHub. This will create a copy of the repository in your GitHub account.

2. Clone the forked repository:

```bash
git clone https://github.com/<yourusername>/note_hub.git
```

3. Install dependencies:
3. Navigate to the project directory:
```bash
cd note_hub
```


4. Install Node.js dependencies(make sure node is installed on your laptop):
```bash
npm i
```
5. Create a new branch for your feature or bug fix.

6. Install dependencies:

```bash
flutter pub get
```

4. Run the application:
7. Run the application:

```bash
flutter run
```

8. Make your changes and commit them.
9. Push to the branch.
10. Submit a pull request.

## Contributing

Contributions to Note Hub are welcome! Here are a few ways you can contribute:
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 4f0eee8

Please sign in to comment.