Company website of Oursky: oursky.com
Designers can code at Oursky! Thanks Frank or we would never update our website.
To potential clients: this is not the standard of our code XD
virtualenv _py
pip install -r requirements.txt
gulp
blogofile serve
Notes:
- Use py2.7, npm is written in py2, don't attemp to run the blogofile under py3. It will fail.
- For debug, comment out the
minifyCss
anduglify
at gulpfile.js. - Assuming node.js was installed, at mac just run
brew install nodejs
Deployed to S3 + Cloudfront using aws-site-manager
run blogofile build
If you are developing on Mac and face the following problem:
File "~/oursky-site/_py/lib/python2.7/locale.py", line 475, in _parse_localename
raise ValueError, 'unknown locale: %s' % localename
Try running these commands in the shell
export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8