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

https://github.com/sendya/about-page

A simple about-me template. site: https://i.loacg.com
https://github.com/sendya/about-page

Last synced: about 1 year ago
JSON representation

A simple about-me template. site: https://i.loacg.com

Awesome Lists containing this project

README

          

About me template
----

a simple about me page template.

use webpack2

run or build

```
# add node_modules
$ yarn

# run dev
$ yarn run dev

# watch dev mode
$ yarn run watch

# run build
$ yarn run build

```