https://github.com/argyleink/patrickgold.com
Personal website for patrickgold.com
https://github.com/argyleink/patrickgold.com
Last synced: about 1 year ago
JSON representation
Personal website for patrickgold.com
- Host: GitHub
- URL: https://github.com/argyleink/patrickgold.com
- Owner: argyleink
- Created: 2015-02-14T03:22:05.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-09T05:05:07.000Z (over 11 years ago)
- Last Synced: 2025-05-08T06:57:25.993Z (about 1 year ago)
- Language: CoffeeScript
- Size: 24.4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
##Patrick Gold Portfolio Website
### [patrickgold.com](http://patrickgold.com)
[](http://gruntjs.com/)
### Quickstart
To get up and running as quickly as possible:
##### Have [Node.js](http://nodejs.org/)
> NPM will come with node.js
##### Have [Grunt](http://gruntjs.com/)
`npm install -g grunt-cli`
##### Optional [Bower](http://bower.io/)
`npm install -g bower`
> A local copy of Bower is included in this system. If you dont like Bower, then don't worry about Bower. Just update `grunt/config.coffee.vendor_files` to point to any libs you'd like to include
##### **Install required Node modules**:
`npm install`
> This will install all node modules, bower modules, run grunt and auto open the build in your default browser. Hot and ready to update when things change. See `package.json` for more.
###Deployment
##### Compile with grunt
`grunt compile`
##### Move files to HTTP server
The final files are compiled into the `build/dist` folder. This project does not provide an opinion or means of deploying these dist files, but all you need is an http server to serve static files.
###Credits
The grunt task loading has been borrowed heavily from [Bolt](https://github.com/argyleink/Bolt) with some changes here and there to better support angular.
The angular architecture and grunt build system is inspired by [NGBP](https://github.com/ngbp/ngbp)
###TODO
Finish work page
Still a couple of kinks to work out with `grunt compile`