Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paulo9mv/paulo9mv.github.io
https://github.com/paulo9mv/paulo9mv.github.io
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/paulo9mv/paulo9mv.github.io
- Owner: paulo9mv
- License: mit
- Created: 2018-11-20T15:18:15.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-22T20:06:57.000Z (over 1 year ago)
- Last Synced: 2024-06-12T18:15:05.226Z (5 months ago)
- Language: HTML
- Homepage: https://paulo9mv.github.io/
- Size: 10.6 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Pre-requisites
- [**npm**](https://www.npmjs.com/)
[![](https://img.shields.io/github/stars/npm/cli.svg?style=social&label=Star)](https://github.com/npm/cli)## Build Setup
```
$ npm install # install dependencies
$ npx gulp # the default task that builds everything
$ npx gulp dev # serve with hot reload at localhost:3000
$ npx gulp css # compiles SCSS files into CSS and minifies the compiled CSS
$ npx gulp js # minifies the themes JS file
$ npx gulp vendor # copies dependencies from node_modules to the vendor directory
```