Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wayvy/me
https://wayvy.me site generator
https://github.com/wayvy/me
Last synced: 14 days ago
JSON representation
https://wayvy.me site generator
- Host: GitHub
- URL: https://github.com/wayvy/me
- Owner: wayvy
- License: mit
- Created: 2020-09-16T16:51:18.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T14:33:50.000Z (almost 2 years ago)
- Last Synced: 2023-03-07T22:38:25.694Z (over 1 year ago)
- Language: TypeScript
- Size: 2.45 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/wayvy/me.svg?branch=master)](https://travis-ci.org/wayvy/me)
## WAYVY
### Scripts#### Run webpack server on localhost:9000
##### `start:dev`#### Build development bundle to ./dist
##### `build:dev`#### Build production bundle to ./dist
##### `build:prod`#### Run ESLint and fix
##### `lint:fix`