Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/palmiak/wpowls


https://github.com/palmiak/wpowls

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Sasquatch WP

## Installation

To use this template, your computer needs:

- [NodeJS](https://nodejs.org/en/) (0.12 or greater)
- [Git](https://git-scm.com/)

```bash
cd projectname
npm install
```

Change DEVURL in `config.yml`.

Finally, run `npm start` to run Gulp. Your finished site will be created in a folder called `dist`, viewable at URL entered in `config.yml`.

To create compressed, production-ready assets, run `npm run build`.