An open API service indexing awesome lists of open source software.

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 コイルカ 開発リポジトリ

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/)