https://github.com/tapiocaaberta/landpage
Site principal do projeto
https://github.com/tapiocaaberta/landpage
Last synced: over 1 year ago
JSON representation
Site principal do projeto
- Host: GitHub
- URL: https://github.com/tapiocaaberta/landpage
- Owner: TapiocaAberta
- License: other
- Created: 2015-07-08T21:00:27.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-04-15T09:57:28.000Z (over 10 years ago)
- Last Synced: 2025-03-25T03:27:27.334Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://sjcdigital.com/
- Size: 5.1 MB
- Stars: 4
- Watchers: 3
- Forks: 5
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SJC Digital
SJC Digital Portfólio's
# How to Build
This project use [yeoman](http://yeoman.io/learning/) suite, that uses three core tools for improving productivity and satisfaction when building a web app. These tools are:
- [yo](http://yeoman.io/learning/) - the scaffolding tool from Yeoman
- [Bower](http://bower.io/) and [NPM](https://www.npmjs.com/) as a package manager.
- [Gulp](http://gulpjs.com/) as a build tool.
# Pre requisites
That tools requires [Nodejs](http://nodejs.org) version > 0.10.x
# Getting start
Go to the source folder:
cd landpage
then, install the dependencies:
npm install -g yo bower grunt-cli gulp && npm install && bower install
# Useful commands:
Preview an app you have generated (with Livereload):
$ gulp serve
Build an optimized, production-ready version of your app:
$ gulp
## Deploy
Deploy the production version of the app to a remote server:
$ gulp && gulp deploy
# License
The MIT License (MIT)
Copyright (c) 2015-2016 sjc-digital
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.