https://github.com/ericfreese/argyle-test
https://github.com/ericfreese/argyle-test
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ericfreese/argyle-test
- Owner: ericfreese
- Created: 2014-09-08T08:04:21.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-09-08T08:04:44.000Z (almost 12 years ago)
- Last Synced: 2025-10-23T13:53:28.698Z (9 months ago)
- Language: CSS
- Size: 102 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Argyle Sandbox
Play with [Argyle](https://github.com/ericfreese/argyle).
## Running locally
Requires ruby, npm, and bower.
```
git clone https://github.com/ericfreese/argyle-test.git
cd argyle-test
bundle install
npm install
bower install
gulp dev
```
Gulp should serve `argyle-test/dist/` at `http://localhost:8080`.