File tree 3 files changed +45
-21
lines changed
3 files changed +45
-21
lines changed Original file line number Diff line number Diff line change 1
1
# Zolplay Official Website
2
+
3
+ ## Introduction
4
+ This repo contains the code for the official website of Zolplay.
5
+ - [ English (zolplay.com)] ( https://zolplay.com )
6
+ - [ 简体中文 (zolplay.cn)] ( https://zolplay.cn )
7
+
8
+ ## Tech Stack
9
+ - [ Next.js 13 (app router)] ( https://nextjs.org/ )
10
+ - [ TypeScript] ( https://www.typescriptlang.org/ )
11
+ - [ Tailwind CSS] ( https://tailwindcss.com/ )
12
+ - [ Framer Motion] ( https://www.framer.com/motion/ )
13
+ - [ Sanity.io] ( https://www.sanity.io/ )
14
+ - [ pnpm] ( https://pnpm.io/ )
15
+
16
+ ## Set up local environment
17
+ ``` bash
18
+ pnpm i
19
+ pnpm dev
20
+ ```
Original file line number Diff line number Diff line change 29
29
"jotai" : " ^2.0.3" ,
30
30
"js-yaml" : " ^4.1.0" ,
31
31
"next" : " ^13.2.4" ,
32
- "next-intl" : " 2.12.0-beta.3 " ,
32
+ "next-intl" : " 2.12.0-beta.5 " ,
33
33
"next-sanity" : " ^4.1.5" ,
34
34
"next-themes" : " ^0.2.1" ,
35
35
"react" : " ^18.2.0" ,
42
42
"react-wrap-balancer" : " ^0.4.0" ,
43
43
"sanity" : " ^3.6.0" ,
44
44
"server-only" : " ^0.0.1" ,
45
- "sonner" : " ^0.1.6 " ,
45
+ "sonner" : " ^0.2.0 " ,
46
46
"styled-components" : " ^5.3.8" ,
47
47
"suspend-react" : " ^0.0.8" ,
48
48
"zod" : " ^3.21.4"
52
52
"@tailwindcss/line-clamp" : " ^0.4.2" ,
53
53
"@tailwindcss/typography" : " ^0.5.9" ,
54
54
"@types/js-yaml" : " ^4.0.5" ,
55
+ "@types/node" : " ^18.15.3" ,
55
56
"@types/react" : " ^18.0.28" ,
56
57
"autoprefixer" : " ^10.4.14" ,
57
58
"eslint" : " ^8.36.0" ,
You can’t perform that action at this time.
0 commit comments