Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sammoore/upstage-la
Simple one page website, built in Sass and Foundation framework, for the UpStage LA event(s)
https://github.com/sammoore/upstage-la
Last synced: 8 days ago
JSON representation
Simple one page website, built in Sass and Foundation framework, for the UpStage LA event(s)
- Host: GitHub
- URL: https://github.com/sammoore/upstage-la
- Owner: sammoore
- Created: 2015-02-13T09:10:26.000Z (almost 10 years ago)
- Default Branch: gh-pages
- Last Pushed: 2016-12-07T23:40:02.000Z (about 8 years ago)
- Last Synced: 2024-11-08T03:52:06.641Z (2 months ago)
- Language: CSS
- Homepage: http://sammoore.github.io/upstage-la
- Size: 48.9 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# upstage.la
Website for Stage Investment's UpStage event in LA.
Not proud of its design's implementation; WIP.
## Foundation libsass template
This is a template to start your own project that uses Grunt and libsass!
### Requirements
You'll need to have the following items installed before continuing.
* [Node.js](http://nodejs.org): Use the installer provided on the NodeJS website.
* [Grunt](http://gruntjs.com/): Run `[sudo] npm install -g grunt-cli`
* [Bower](http://bower.io): Run `[sudo] npm install -g bower`### Quickstart
```bash
git clone [email protected]:zurb/foundation-libsass-template.git
npm install && bower install
```While you're working on your project, run:
`grunt`
And you're set!
### Directory Structure
* `scss/_settings.scss`: Foundation configuration settings go in here
* `scss/app.scss`: Application styles go here