Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/technogi/website
Technogi's Main Web Site
https://github.com/technogi/website
Last synced: 15 days ago
JSON representation
Technogi's Main Web Site
- Host: GitHub
- URL: https://github.com/technogi/website
- Owner: Technogi
- License: mit
- Created: 2015-01-12T18:37:14.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2023-02-28T21:51:29.000Z (almost 2 years ago)
- Last Synced: 2024-04-23T02:36:07.236Z (9 months ago)
- Language: HTML
- Size: 31 MB
- Stars: 1
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
**DEPRECATED**
*This code is no longer used in production*TECHNOGI's Main Website
=======================This is the sour code for Technogi's main web site. It is published at [technogi.com.mx](http://www.technogi.com.mx/).
Requirements
------------In order to develop on this project you need to have the following dependencies
* node 0.10.x
* gulp-cli installedHow to run it
-------------First, be sure to run ``` npm install ``` to get every dependency needed
* **livereload:** ``` gulp start ```
* **create a ditribution:** ``` gulp dist ```
***Created on Feb 11, 2015***