Skip to content

kowalski-consulting/kowalski-consulting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Workflow

Prerequisites

  • Install node using brew
    $ brew install node
        
  • Install npm
    $ curl http://npmjs.org/install.sh | sh
        
  • Install coffeescript
    $ npm install -g coffee-script
        

Development

  • Clone development kit:
    $ git clone https://github.com/kowalski-consulting/kowalski-consulting.git && rm -rf kowalski-consulting/.git
        
  • Cd into it and install dependencies
    $ cd kowalski-consulting
    $ bundle install
        
  • Clone your repo e.g.
    $ git clone git@github.com:kowalski-consulting/kowalski-consulting.github.com.git app
        
  • Run a development server, it will cleanup all generated assets and when you press ctrl-c compile them again
    $ bundle exec rake
        
  • Go to localhost:9292 and see your site

Deployment

Remember to stop the server before you commit changes to master branch and push. Your assets must be generated and they are generated when you press ctrl-c.

About

Development setup for the company web page

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages