mirror of https://github.com/Xhofe/alist
docs: fix preview dev change
parent
02e2c809a8
commit
d1b5c3e648
|
@ -14,19 +14,19 @@ Prerequisites:
|
||||||
Clone `alist` and `alist-web` anywhere:
|
Clone `alist` and `alist-web` anywhere:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
$ git clone https://github.com/Xhofe/alist.git
|
$ git clone https://github.com/alist-org/alist.git
|
||||||
$ git clone https://github.com/Xhofe/alist-web.git
|
$ git clone --recurse-submodules https://github.com/alist-org/alist-web.git
|
||||||
```
|
```
|
||||||
You should switch to the `main` branch for development.
|
You should switch to the `main` branch for development.
|
||||||
|
|
||||||
## Preview your change
|
## Preview your change
|
||||||
### backend
|
### backend
|
||||||
```shell
|
```shell
|
||||||
$ go run cmd/alist.go
|
$ go run main.go
|
||||||
```
|
```
|
||||||
### frontend
|
### frontend
|
||||||
```shell
|
```shell
|
||||||
$ yarn dev
|
$ pnpm dev
|
||||||
```
|
```
|
||||||
|
|
||||||
## Create a commit
|
## Create a commit
|
||||||
|
@ -73,7 +73,6 @@ Must be one of the following:
|
||||||
* **chore**: Changes to the build process or auxiliary tools and libraries such as documentation
|
* **chore**: Changes to the build process or auxiliary tools and libraries such as documentation
|
||||||
generation
|
generation
|
||||||
* **release**: Release a new version
|
* **release**: Release a new version
|
||||||
* **workflow**: Workflow related file modification
|
|
||||||
|
|
||||||
### Scope
|
### Scope
|
||||||
The scope could be anything specifying place of the commit change. For example `$location`,
|
The scope could be anything specifying place of the commit change. For example `$location`,
|
||||||
|
|
28
README.md
28
README.md
|
@ -1,13 +1,26 @@
|
||||||
<div align="center">
|
<div align="center">
|
||||||
<a href="https://alist.nn.ci"><img height="100px" alt="logo" src="https://cdn.jsdelivr.net/gh/alist-org/logo@main/logo.svg"/></a>
|
<a href="https://alist.nn.ci"><img height="100px" alt="logo" src="https://cdn.jsdelivr.net/gh/alist-org/logo@main/logo.svg"/></a>
|
||||||
<p><em>🗂️A file list program that supports multiple storage, powered by Gin and React.</em></p>
|
<p><em>🗂️A file list program that supports multiple storage, powered by Gin and Solidjs.</em></p>
|
||||||
<a href="https://github.com/Xhofe/alist/releases"><img src="https://img.shields.io/github/release/Xhofe/alist?style=flat-square" alt="latest version" /></a>
|
<a href="https://github.com/Xhofe/alist/releases">
|
||||||
<a href="https://github.com/Xhofe/alist/discussions"><img src="https://img.shields.io/github/discussions/Xhofe/alist?color=%23ED8936&style=flat-square" alt="discussions" /></a>
|
<img src="https://img.shields.io/github/release/Xhofe/alist" alt="latest version" />
|
||||||
<a href="https://github.com/Xhofe/alist/actions?query=workflow%3ABuild"><img src="https://img.shields.io/github/workflow/status/Xhofe/alist/build?style=flat-square" alt="Build status" /></a>
|
</a>
|
||||||
<a href="https://github.com/Xhofe/alist/releases"><img src="https://img.shields.io/github/downloads/Xhofe/alist/total?style=flat-square&color=%239F7AEA" alt="Downloads" /></a>
|
<a href="https://github.com/Xhofe/alist/discussions">
|
||||||
<a href="https://github.com/Xhofe/alist/blob/v2/LICENSE"><img src="https://img.shields.io/github/license/Xhofe/alist?style=flat-square" alt="License" /></a>
|
<img src="https://img.shields.io/github/discussions/Xhofe/alist?color=%23ED8936" alt="discussions" />
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/Xhofe/alist/actions?query=workflow%3ABuild">
|
||||||
|
<img src="https://img.shields.io/github/workflow/status/Xhofe/alist/build" alt="Build status" />
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/Xhofe/alist/releases">
|
||||||
|
<img src="https://img.shields.io/github/downloads/Xhofe/alist/total?color=%239F7AEA" alt="Downloads" />
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/Xhofe/alist/blob/v2/LICENSE">
|
||||||
|
<img src="https://img.shields.io/github/license/Xhofe/alist" alt="License" />
|
||||||
|
</a>
|
||||||
|
<a title="Crowdin" target="_blank" href="https://crwd.in/alist">
|
||||||
|
<img src="https://badges.crowdin.net/alist/localized.svg">
|
||||||
|
</a>
|
||||||
<a href="https://pay.xhofe.top">
|
<a href="https://pay.xhofe.top">
|
||||||
<img src="https://img.shields.io/badge/%24-donate-ff69b4.svg?style=flat-square" alt="donate" />
|
<img src="https://img.shields.io/badge/%24-sponsor-ff69b4.svg" alt="sponsor" />
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -16,6 +29,7 @@
|
||||||
[Contributors](./CONTRIBUTORS.md) | [Contributing](./CONTRIBUTING.md)
|
[Contributors](./CONTRIBUTORS.md) | [Contributing](./CONTRIBUTING.md)
|
||||||
|
|
||||||
> ### New version is under development. Checkout [v2](https://github.com/alist-org/alist/tree/v2) branch for latest version.
|
> ### New version is under development. Checkout [v2](https://github.com/alist-org/alist/tree/v2) branch for latest version.
|
||||||
|
> Click [here](https://crwd.in/alist) to help translate.
|
||||||
|
|
||||||
## Discussion
|
## Discussion
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue