Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maki-math/maki-web-hexo
https://github.com/maki-math/maki-web-hexo
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/maki-math/maki-web-hexo
- Owner: maki-math
- Created: 2021-05-29T12:58:29.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-06T02:03:37.000Z (over 1 year ago)
- Last Synced: 2024-04-16T08:12:20.835Z (7 months ago)
- Language: TypeScript
- Homepage: https://www.maki-math.com/
- Size: 83.6 MB
- Stars: 98
- Watchers: 6
- Forks: 9
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- my-awesome - maki-math/maki-web-hexo - 06 star:0.1k fork:0.0k (TypeScript)
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 阶段报错。