https://github.com/calloc134/hacku-2023-codespaces
HackU 2023 Nagoya コイルカ 開発リポジトリ
https://github.com/calloc134/hacku-2023-codespaces
Last synced: 3 months ago
JSON representation
HackU 2023 Nagoya コイルカ 開発リポジトリ
- Host: GitHub
- URL: https://github.com/calloc134/hacku-2023-codespaces
- Owner: calloc134
- Created: 2023-08-07T05:14:04.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-06T01:09:50.000Z (over 1 year ago)
- Last Synced: 2025-02-28T02:48:46.822Z (3 months ago)
- Language: TypeScript
- Size: 463 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Open Hack U 2023 コイルカ - usotsukey
このリポジトリは、Open Hack U 2023 コイルカのチーム usotsukey のリポジトリです。
## 利用技術
- [TypeScript](https://www.typescriptlang.org/)
- [react](https://reactjs.org/)
- [vite](https://vitejs.dev/)
- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/)
- [Chakra UI](https://chakra-ui.com/)
- [prettier](https://prettier.io/)
- [react-router](https://reactrouter.com/)
その他## 実行方法
### ローカルでの実行
```bash
$ git clone
$ cd usotsukey
$ npm install
$ npm run dev
```### devcontainer での実行
```bash
$ npm run dev
```## コイルカメンバー
- [calloc134](https://github.com/calloc134)
- [neruneruna7](https://github.com/neruneruna7)
- [haruto0707](https://github.com/haruto0707)
- [ibukani](https://github.com/ibukani)
- [wasan22123](https://github.com/wasan22123)
- [suzuha1101](https://github.com/suzuha1101)## 別リポジトリ
[koiruka-judgejun-2023](https://github.com/neruneruna7/koiruka-judgejun-2023)
### koiruka-judgejun-2023 での主な利用技術
- [Rust](https://www.rust-lang.org/ja)
- [Actix](https://actix.rs/)
- [Shuttle](https://www.shuttle.rs/)