Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/couriourc/kline-next
kline next version
https://github.com/couriourc/kline-next
Last synced: about 2 months ago
JSON representation
kline next version
- Host: GitHub
- URL: https://github.com/couriourc/kline-next
- Owner: couriourc
- Created: 2024-08-01T06:02:36.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-08-21T10:20:37.000Z (5 months ago)
- Last Synced: 2024-08-21T11:49:13.268Z (5 months ago)
- Language: TypeScript
- Homepage: https://kline-next.vercel.app
- Size: 956 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Getting Started
### Run by source code
- [Node.js v18.x (LTS)](https://nodejs.org/en)
- [NPM version 8.x.x](https://www.npmjs.com/)
- [Yarn](https://yarnpkg.com/)#### 首先安装依赖
```bash
npm install
# or
pnpm install
```### 主要技术栈说明
- 状态管理框架: https://jotai.org/ jotai jotai-immer
- 样式框架:https://tailwindcss.com/ Tailwindcss
- 和 Unocss 的主要区别就是,自由数值是需要加上方括号`[]` 比如 `h-[12px] bg-[#FFF]`
- 路由结构 https://nextjs.org/docs/app/building-your-application/routing/defining-routes### 部署相关
#### Docker 镜像部分
### 其他文档
[NextJs 快速入门](docs/nextjs快速入门.md)
[Jotai 快速入门](docs/jotai快速入门指南.md)
[Tabler 图标](https://icon-sets.iconify.design/tabler/?category=General)