Update contributing guide

This commit is contained in:
Pig Fang 2019-11-12 22:47:59 +08:00
parent 3cb6d09046
commit 8958cf489b

View File

@ -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`,否则无法编译前端资源
### 进行开发 ### 进行开发