Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/palmiak/wpowls
https://github.com/palmiak/wpowls
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/palmiak/wpowls
- Owner: palmiak
- License: mit
- Created: 2022-03-22T14:29:14.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-14T19:11:56.000Z (over 2 years ago)
- Last Synced: 2024-10-10T04:03:32.358Z (2 months ago)
- Language: Twig
- Size: 1.08 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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`.