Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/axsaucedo/sdhacks
https://github.com/axsaucedo/sdhacks
Last synced: about 8 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/axsaucedo/sdhacks
- Owner: axsaucedo
- Created: 2015-07-16T23:02:47.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-07T04:22:22.000Z (over 9 years ago)
- Last Synced: 2024-04-15T03:22:16.121Z (7 months ago)
- Language: PHP
- Size: 17.8 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## SDHacks Website
---
## Requirements
* PHP
* Composer
* NodeJS + npm
* Bower
* Gulp#### Installing NodeJS & NPM
If you don't already have node and npm installed, visit [the node website](http://nodejs.org/) to download and install the proper package. npm comes standard with node as a package so no need to install it separately.
#### Setting up Bower
Once you have npm, you can use it to install bower.
`npm install -g bower`
#### Installing npm packages
Use this command to install the required packages:
`npm install`
#### Installing PHP dependencies
Use this command to install the required PHP packages:
`composer install`
---
### Getting started
1. To compile frontend assets (JavaScript + SASS), run `gulp`.
2. To have gulp watch your work and recompile files as necessary, run `gulp watch` instead. (optional)