https://github.com/depromeet/took-fe
๐ 2๋ธํ๊ฒ ๋์งํธ ๋ช
ํจ ์๋น์ค Web ๋ ํฌ์
๋๋ค. ๐
https://github.com/depromeet/took-fe
tailwindcss typescript vitest zod zustand
Last synced: 6 days ago
JSON representation
๐ 2๋ธํ๊ฒ ๋์งํธ ๋ช ํจ ์๋น์ค Web ๋ ํฌ์ ๋๋ค. ๐
- Host: GitHub
- URL: https://github.com/depromeet/took-fe
- Owner: depromeet
- Created: 2025-01-25T03:44:39.000Z (28 days ago)
- Default Branch: main
- Last Pushed: 2025-02-14T08:54:57.000Z (7 days ago)
- Last Synced: 2025-02-14T09:38:32.858Z (7 days ago)
- Topics: tailwindcss, typescript, vitest, zod, zustand
- Language: TypeScript
- Homepage:
- Size: 239 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
## ๐ Development Setup
### Local Host
- localhost ๋ฅผ http์์ https๋ก ์ค์ ํ๋ ๊ณผ์ ์ ๋๋ค.
> ์๋ ๋ช ๋ น์ด๋ฅผ ํ๋ก์ ํธ root์์ ์์๋๋ก ์คํํ๊ณ , ์๋ด์ ๋ฐ๋ผ ํ๊ฒฝ ์ธํ ์ ์ด์ด๊ฐ์ฃผ์ธ์.
>
> (๋ง์ฝ ๋ณธ์ธ์ ์ฅ๋น์ brew๊ฐ ์ค์น๋์ด ์์ง ์๋ค๋ฉด, [์ด ๊ณผ์ ](https://brew.sh/)์ ํตํด brew๋ฅผ ๋จผ์ ์ค์นํด์ฃผ์ธ์.)```bash
$ brew install mkcert
$ mkcert -install
$ pnpm i
$ pnpm run setup
$ pnpm run dev
```