https://github.com/sposhe/siafg-bg
https://github.com/sposhe/siafg-bg
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sposhe/siafg-bg
- Owner: sposhe
- Created: 2020-06-29T00:18:43.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-05T22:17:53.000Z (almost 5 years ago)
- Last Synced: 2025-01-28T19:45:25.679Z (4 months ago)
- Language: HTML
- Size: 130 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).