mirror of
https://github.com/bs-community/blessing-skin-server.git
synced 2024-11-27 05:39:55 +08:00
Update contributing guide
This commit is contained in:
parent
3cb6d09046
commit
8958cf489b
4
.github/CONTRIBUTING.md
vendored
4
.github/CONTRIBUTING.md
vendored
@ -23,10 +23,12 @@
|
|||||||
git clone https://github.com/bs-community/blessing-skin-server.git
|
git clone https://github.com/bs-community/blessing-skin-server.git
|
||||||
cd blessing-skin-server
|
cd blessing-skin-server
|
||||||
composer install
|
composer install
|
||||||
|
cp .env.example .env
|
||||||
yarn
|
yarn
|
||||||
|
php artisan key:generate
|
||||||
```
|
```
|
||||||
|
|
||||||
然后执行 `cp .env.example .env`,并在 `.env` 中配置好您的环境信息。
|
然后在 `.env` 中配置好您的环境信息,务必设置好 `ASSET_URL`,否则无法编译前端资源。
|
||||||
|
|
||||||
### 进行开发
|
### 进行开发
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user