Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/teamcfadvance/website
Our public website. Want to help, just fork master, make your additions and send a pull request.
https://github.com/teamcfadvance/website
Last synced: about 2 months ago
JSON representation
Our public website. Want to help, just fork master, make your additions and send a pull request.
- Host: GitHub
- URL: https://github.com/teamcfadvance/website
- Owner: teamcfadvance
- License: mit
- Created: 2014-08-29T18:38:31.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-25T19:42:56.000Z (about 10 years ago)
- Last Synced: 2024-03-26T00:00:06.401Z (9 months ago)
- Language: JavaScript
- Homepage: http://teamcfadvance.org
- Size: 633 KB
- Stars: 2
- Watchers: 9
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
website
=======Our public website. Want to help, just fork master, make your additions and send a pull request.
The [Website Issues List](https://github.com/teamcfadvance/website/issues) contains tasks you can help with. If you see something that's needed but not on the list, please create a new issue so we can discuss.
## How To
1. Fork the repo and clone to your development box.
2. Make sure you've got Node.js installed and then from terminal just run `npm install`. NPM will install all the build dependancies listed in package.json.
3. Next run `bower install` to install our site dependancies listed in bower.json.
4. We're using Gulp.js as our build manager. From terminal run `gulp watch` which will spin up a live reload server and open a browser tab so you can see your edits live.
5. When you're done making changes run `gulp` to run the full build task and update the dist folder. (dist is what we actually load on the server.)
6. Got any questions, just ping us on [Twitter](https://twitter.com/TeamCFAdvance) or [Google+](https://plus.google.com/+TeamCFAdvanceOrg).