Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/maki-math/maki-web-hexo


https://github.com/maki-math/maki-web-hexo

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# maki-web-react

![React](https://img.shields.io/badge/react-%2320232a.svg?style=for-the-badge&logo=react&logoColor=%2361DAFB)
![Vite](https://img.shields.io/badge/vite-%23646CFF.svg?style=for-the-badge&logo=vite&logoColor=white)
![TypeScript](https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge&logo=typescript&logoColor=white)

## 启动

推荐使用`yarn`作为本项目的包管理工具,并在修改了依赖之后也把`yarn.lock`提交上来。

### 安装依赖

```shell
yarn
```

### 启动开发服务器

```
yarn dev
```

## 贡献代码

Commit msg 使用 [conventional-commit](https://www.conventionalcommits.org/en/v1.0.0-beta.2/#why-use-conventional-commits)风格书写,否则会在 lint 阶段报错。