Skip to content

Commit

Permalink
update config
Browse files Browse the repository at this point in the history
  • Loading branch information
Corey Chiu committed Aug 14, 2024
1 parent b4db2bb commit 780bda5
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 20 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Follow these steps to add new developer tools to DevToolset.

### Deploy on Vercel

[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fqiayue%2Fgitbase&project-name=GitBase&repository-name=GitBase&external-id=https%3A%2F%2Fgithub.com%2Fqiayue%2Fgitbase%2Ftree%2Fmain)
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2FiAmCorey%2Fdevtoolset&project-name=devtoolset&repository-name=devtoolset&external-id=https%3A%2F%2Fgithub.com%2FiAmCoreye%2Fdevtoolset%2Ftree%2Fmain)


## Features
Expand All @@ -56,8 +56,8 @@ Follow these steps to add new developer tools to DevToolset.

1. Clone the repository:
```
git clone https://github.com/qiayue/gitbase.git
cd gitbase
git clone https://github.com/iAmCorey/devtoolset
cd devtoolset
```

2. Install dependencies:
Expand All @@ -83,7 +83,7 @@ Follow these steps to add new developer tools to DevToolset.
npm run dev
```

Visit `http://localhost:3000` to see your GitBase instance running locally.
Visit `http://localhost:3000` to see your DevToolset instance running locally.

## Deployment

Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gitbase",
"version": "0.1.0",
"name": "devtoolset",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
10 changes: 0 additions & 10 deletions src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,6 @@ export function Footer() {
</li>
</ul>
</div>
{/* <div>
<h3 className="text-sm font-semibold text-gray-600 tracking-wider uppercase">Friends</h3>
<ul className="mt-4 space-y-4">
<li>
<Link href="https://gitbase.app/" target='_black' className="text-base text-gray-500 hover:text-gray-900">
GitBase
</Link>
</li>
</ul>
</div> */}
<div>
<h3 className="text-sm font-semibold text-gray-600 tracking-wider uppercase">Legal</h3>
<ul className="mt-4 space-y-4">
Expand Down
2 changes: 1 addition & 1 deletion src/components/Navigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export function Navigation() {
</div>
<div className="flex items-center gap-4">
<Link
href="https://github.com/qiayue/gitbase"
href={"https://github.com/iAmCorey/devtoolset"}
target="_blank"
rel="noopener noreferrer"
className="text-muted-foreground hover:text-foreground"
Expand Down

0 comments on commit 780bda5

Please sign in to comment.