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

https://github.com/sposhe/siafg-bg


https://github.com/sposhe/siafg-bg

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# siafg-bg

## Getting Started

### Dependencies
* Node & npm
* Gulp 4

### Installation
1. If you haven't already, [use nvm to install node and npm](https://www.codementor.io/mercurial/how-to-install-node-js-on-macos-sierra-mphz41ekk)
2. If you haven't already, globally install the gulp command line tools: `npm install --global gulp-cli`
3. Clone this repo
4. In the project folder, install the node package dependencies: `npm install`

### Development
Run the default Gulp task (`gulp` or `gulp default`) in the project root to compile all files, watch for future changes, and start up [Browsersync](https://browsersync.io/).