Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zhouqihang/zhouqihang.com
Source code of zhouqihang.com
https://github.com/zhouqihang/zhouqihang.com
css html javascript laravel55 mysql nodejs php
Last synced: about 1 month ago
JSON representation
Source code of zhouqihang.com
- Host: GitHub
- URL: https://github.com/zhouqihang/zhouqihang.com
- Owner: zhouqihang
- Created: 2018-01-10T14:34:14.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-24T14:48:07.000Z (almost 7 years ago)
- Last Synced: 2024-11-11T17:48:02.801Z (3 months ago)
- Topics: css, html, javascript, laravel55, mysql, nodejs, php
- Language: PHP
- Homepage: http://www.zhouqihang.com
- Size: 297 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README.md
## install
1. `git clone [email protected]:zhouqihang/zhouqihang.com.git`
2. `composer install`
3. `npm install`
## config
1. rename `.env.example` to `.env`, then change your config.
2. rename `/resource/assets/updateJs/config.example.js` to `/resource/assets/updateJs/config.js`, then change your config.
2. run `php artisan key:generate` set the application key.
3. `php artisan migrate`
## useage
1. npm run dev