Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/whyisjake/alpha-brand-lab
Collection of static sites and pages that live within the Alpha collection
https://github.com/whyisjake/alpha-brand-lab
Last synced: 18 days ago
JSON representation
Collection of static sites and pages that live within the Alpha collection
- Host: GitHub
- URL: https://github.com/whyisjake/alpha-brand-lab
- Owner: whyisjake
- Created: 2017-12-12T18:53:51.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-12T18:54:15.000Z (about 7 years ago)
- Last Synced: 2024-11-09T03:52:26.308Z (2 months ago)
- Language: CSS
- Size: 16.8 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# alpha-brand-lab
Collection of static sites and pages that live within the Alpha collection.### Getting Started
1. Clone this repo
1. Move to your project's directory
```
cd projects/project-name
```
1. Install project dependencies```
npm install
```1. Run gulp to view your work locally
```
gulp
```1. View your project at http://localhost:3000
The ```gulp``` default task compiles SASS and sets up the browserSync to run locally.1. Run gulp build to compile your work
```
gulp build
```
This will output all your work to the `www` folder and make it ready to push to git