Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/paulo9mv/paulo9mv.github.io


https://github.com/paulo9mv/paulo9mv.github.io

Last synced: 1 day ago
JSON representation

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
```