https://github.com/nathanwalker/teseda
teseda site revamp
https://github.com/nathanwalker/teseda
Last synced: 10 months ago
JSON representation
teseda site revamp
- Host: GitHub
- URL: https://github.com/nathanwalker/teseda
- Owner: NathanWalker
- Created: 2013-07-07T23:06:30.000Z (about 13 years ago)
- Default Branch: development
- Last Pushed: 2013-09-09T05:49:05.000Z (almost 13 years ago)
- Last Synced: 2025-10-09T07:14:34.497Z (10 months ago)
- Language: JavaScript
- Size: 13.8 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
## Teseda Website - Development Setup
*Prerequisites: Primordial Drive and [NodeJS](http://nodejs.org/download/) ~v0.8.15*
### Step 1: Install
./scripts/setup.sh
*Note: This will ask you for your `Password:`*
After entering, please be patient…the script with clear your npm and bower cache, then install the goods. Primarily node modules and bower components to get you going.
### Step 2: You are now ready.
grunt go
### Problems with Setup?
It is possible that npm and/or bower may need a cache clear. If you are experiencing problems trying to run `grunt swing`, then try this:
sudo npm cache clean
And now try cleansing bower as well:
sudo bower cache-clean