https://github.com/fa7ad/my-client
My Clients' jekyll template
https://github.com/fa7ad/my-client
Last synced: 10 months ago
JSON representation
My Clients' jekyll template
- Host: GitHub
- URL: https://github.com/fa7ad/my-client
- Owner: fa7ad
- Created: 2015-03-29T17:06:50.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2020-05-01T18:52:43.000Z (about 6 years ago)
- Last Synced: 2025-03-29T05:41:35.847Z (about 1 year ago)
- Language: CSS
- Homepage:
- Size: 15.2 MB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NogorAds client landing page template
[](https://david-dm.org/fa7ad/NogorAds)
[](https://david-dm.org/fa7ad/NogorAds#info=devDependencies)
[](#)
[](#)
[](https://travis-ci.org/fa7ad/adkave-client)
This is a template for a nogorads clients' landing page
## Requirements
You'll need to have the following items installed before continuing.
* [Node.js](http://nodejs.org): Use the installer provided on the NodeJS website.
* [Ruby](http://ruby-lang.com): Download Ruby for your OS
* [Grunt](http://gruntjs.com/): Run `[sudo] npm install -g grunt-cli`
* [Bower](http://bower.io): Run `[sudo] npm install -g bower`
* [Jekyll](http://jekyllrb.com/): Run `[sudo] gem install jekyll`
## Quickstart
```bash
git clone git@gitlab.com:nogrweb-git/nogorads-client.git
npm install
bower install
grunt build
```
While you're working on your project, run:
`grunt`
And you're set!
# Edit .travis.yml before final deployment
## Directory Structure
* `scss/_settings.scss`: Foundation configuration settings go in here
* `scss/style.scss`: Application styles go here
* `src/app.js`: Application Javascript go here