https://github.com/ericfreese/argyle-test
https://github.com/ericfreese/argyle-test
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ericfreese/argyle-test
- Owner: ericfreese
- Created: 2014-09-08T08:04:21.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-09-08T08:04:44.000Z (over 11 years ago)
- Last Synced: 2025-02-25T16:32:49.271Z (over 1 year ago)
- Language: CSS
- Size: 102 KB
- Stars: 0
- Watchers: 3
- 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`.