Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)