Skip to content

Commit

Permalink
Update logo again, few codebase changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Bamboooz committed Nov 22, 2024
1 parent 7d316be commit d58b717
Show file tree
Hide file tree
Showing 98 changed files with 275 additions and 374 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
<div align="center">
<img alt="magnetar logo" width="120" height="120" src="https://github.com/Bamboooz/magnetar/blob/main/public/favicon.png?raw=true">
<h1>magnetar</h1>
<p>An advanced Windows toolbox ☕</p>

[![License](https://img.shields.io/github/license/Bamboooz/magnetar)](https://github.com/Bamboooz/magnetar/blob/main/LICENSE)
[![GitHub stars](https://img.shields.io/github/stars/Bamboooz/magnetar)](https://github.com/Bamboooz/magnetar/stargazers)
[![GitHub issues](https://img.shields.io/github/issues/Bamboooz/magnetar)](https://github.com/Bamboooz/magnetar/issues)
[![GitHub release](https://img.shields.io/github/v/release/Bamboooz/magnetar)](https://github.com/Bamboooz/magnetar/releases)
<p>Your ultimate Windows toolbox</p>

[![License](https://img.shields.io/github/license/Bamboooz/magnetar)](https://github.com/Bamboooz/magnetar/blob/main/LICENSE)
[![GitHub stars](https://img.shields.io/github/stars/Bamboooz/magnetar)](https://github.com/Bamboooz/magnetar/stargazers)
[![GitHub issues](https://img.shields.io/github/issues/Bamboooz/magnetar)](https://github.com/Bamboooz/magnetar/issues)
[![GitHub release](https://img.shields.io/github/v/release/Bamboooz/magnetar)](https://github.com/Bamboooz/magnetar/releases)
</div>

<div align="center">
Expand Down
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
"type": "module",
"scripts": {
"pretty": "pnpm exec prettier . --write",
"start": "pnpm run pretty && pnpm run tauri dev",
"release": "pnpm run pretty && pnpm run tauri dev --release",
"start": "pnpm run tauri dev",
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
Expand All @@ -29,10 +28,10 @@
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.3",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.48",
"postcss": "^8.4.49",
"prettier": "3.3.3",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3",
"tailwindcss": "^3.4.15",
"typescript": "^5.7.2",
"vite": "^5.4.11"
}
}
Loading

0 comments on commit d58b717

Please sign in to comment.