Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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