Skip to content

Commit

Permalink
chore: bump packages and add README
Browse files Browse the repository at this point in the history
  • Loading branch information
CaliCastle committed Mar 15, 2023
1 parent ccae57e commit b386152
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 21 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,20 @@
# Zolplay Official Website

## Introduction
This repo contains the code for the official website of Zolplay.
- [English (zolplay.com)](https://zolplay.com)
- [简体中文 (zolplay.cn)](https://zolplay.cn)

## Tech Stack
- [Next.js 13 (app router)](https://nextjs.org/)
- [TypeScript](https://www.typescriptlang.org/)
- [Tailwind CSS](https://tailwindcss.com/)
- [Framer Motion](https://www.framer.com/motion/)
- [Sanity.io](https://www.sanity.io/)
- [pnpm](https://pnpm.io/)

## Set up local environment
```bash
pnpm i
pnpm dev
```
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"jotai": "^2.0.3",
"js-yaml": "^4.1.0",
"next": "^13.2.4",
"next-intl": "2.12.0-beta.3",
"next-intl": "2.12.0-beta.5",
"next-sanity": "^4.1.5",
"next-themes": "^0.2.1",
"react": "^18.2.0",
Expand All @@ -42,7 +42,7 @@
"react-wrap-balancer": "^0.4.0",
"sanity": "^3.6.0",
"server-only": "^0.0.1",
"sonner": "^0.1.6",
"sonner": "^0.2.0",
"styled-components": "^5.3.8",
"suspend-react": "^0.0.8",
"zod": "^3.21.4"
Expand All @@ -52,6 +52,7 @@
"@tailwindcss/line-clamp": "^0.4.2",
"@tailwindcss/typography": "^0.5.9",
"@types/js-yaml": "^4.0.5",
"@types/node": "^18.15.3",
"@types/react": "^18.0.28",
"autoprefixer": "^10.4.14",
"eslint": "^8.36.0",
Expand Down
42 changes: 23 additions & 19 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b386152

Please sign in to comment.