Skip to content

Commit

Permalink
Merge branch 'main' of github.com:devvsakib/DevToolsArena into develo…
Browse files Browse the repository at this point in the history
…pment
  • Loading branch information
devvsakib committed Aug 12, 2024
2 parents 61e0574 + d5752b2 commit 71b9a28
Show file tree
Hide file tree
Showing 16 changed files with 858 additions and 21 deletions.
11 changes: 11 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# This configuration file was automatically generated by Gitpod.
# Please adjust to your needs (see https://www.gitpod.io/docs/introduction/learn-gitpod/gitpod-yaml)
# and commit this file to your remote git repository to share the goodness with others.

# Learn more from ready-to-use templates: https://www.gitpod.io/docs/introduction/getting-started/quickstart

tasks:
- init: yarn install && yarn run build
command: yarn run dev


8 changes: 4 additions & 4 deletions contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ First Fork the repository

Clone the repository.
```console
git clone https://github.com/<Your-GitHub-Username>/github-error-solve.git
git clone https://github.com/<Your-GitHub-Username>/DevToolsArena.git
```
- Navigate to folder
```console
cd github-error-solve
cd DevToolsArena
```
- Install node dependencies
```console
Expand All @@ -72,7 +72,7 @@ git checkout -b <name-of-your-branch>
```
- Add upstream command
```console
git remote add upstream https://github.com/devvsakib/github-error-solve.git
git remote add upstream https://github.com/devvsakib/DevToolsArena.git
```

- Stage your changes
Expand Down Expand Up @@ -117,4 +117,4 @@ nothing to commit, working tree clean
- Click on that button, this will load a new page, comparing the local branch in your forked repository against the main branch. Click the green `Create Pull Request` button.

**Troubleshoot**
Facing problem starting the server or any other problem? Please let us know by raising an <a href="https://github.com/devvsakib/github-error-solve/issues/new">Issue</a>
Facing problem starting the server or any other problem? Please let us know by raising an <a href="https://github.com/devvsakib/DevToolsArena/issues/new">Issue</a>
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.0",
"react-icons": "^4.7.1",
"react-json-pretty": "^2.2.0",
"react-markdown": "^9.0.1",
"react-modal": "^3.16.1",
"react-router-dom": "^6.25.1",
Expand Down
Loading

0 comments on commit 71b9a28

Please sign in to comment.