Skip to content

Commit

Permalink
Changes to be committed:
Browse files Browse the repository at this point in the history
	modified:   README.md
  • Loading branch information
Marukome0743 committed Dec 10, 2023
1 parent 205cca6 commit ca53f40
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,14 @@
<a aria-label="react" href="https://react.dev/">
<img src="https://img.shields.io/badge/-react-61DAFB.svg?logo=react&style=for-the-badge&labelColor=000000" alt="react">
</a>
<a aria-label="tailwindcss" href="https://tailwindcss.com/">
<img src="https://img.shields.io/badge/-tailwind css-06B6D4.svg?logo=tailwindcss&style=for-the-badge&labelColor=000000" alt="tailwindcss">
</a>
<a aria-label="typescript" href="https://www.typescriptlang.org/">
<img src="https://img.shields.io/badge/-TypeScript-3178C6.svg?logo=typescript&style=for-the-badge&labelColor=000000" alt="typescript">
</a>
<a aria-label="vscode" href="https://code.visualstudio.com/">
<img src="https://img.shields.io/badge/-visual%20studio%20code-007ACC.svg?logo=visualstudiocode&style=for-the-badge&labelColor=000000" alt="vscode">
<img src="https://img.shields.io/badge/-visual studio code-007ACC.svg?logo=visualstudiocode&style=for-the-badge&labelColor=000000" alt="vscode">
</a>
<a aria-label="License" href="https://github.com/OpenUp-LabTakizawa/homepage/blob/main/LICENSE">
<img src="https://img.shields.io/github/license/OpenUp-LabTakizawa/homepage?style=for-the-badge&labelColor=000000" alt="License">
Expand Down Expand Up @@ -45,7 +48,7 @@ $ bun --bun run build
$ bun --bun run start

# Format the app
$ bun --bun run lint
$ bunx @biomejs/biome check --apply-unsafe **
```

## ✍️ VSCode
Expand Down Expand Up @@ -73,10 +76,12 @@ by automatically forking the project and prompting to send a pull request too.

This software uses the following open source packages:

- [Biome](https://biomejs.dev/)
- [Bun](https://bun.sh/)
- [Next.js](https://nextjs.org/)
- [Node.js](https://nodejs.org/)
- [React](https://react.dev/)
- [Tailwind CSS](https://tailwindcss.com/)

## 📄 License

Expand Down

0 comments on commit ca53f40

Please sign in to comment.