All Projects → okTurtles → okturtles.com

okTurtles / okturtles.com

Licence: other
okTurtles website — (yes it's the .org, repo will be moved/renamed eventually)

Programming Languages

HTML
75241 projects
javascript
184084 projects - #8 most used programming language
SCSS
7915 projects
Less
1899 projects
CSS
56736 projects
coffeescript
4710 projects
ruby
36898 projects - #4 most used programming language

okturtles.com

This project uses nginx SSI to include header and footer files. For local testing it uses the node-ssi module.

To test locally:

  1. Make sure CoffeeScript is installed

     npm install -g coffee-script
    
  2. Install dependencies

     npm install
    

Then run the server using:

coffee server.coffee

And visit: http://localhost:8080

Development

To compile scss files gem install compass and then compass compile or compass watch.

TODO

  • Use a Gruntfile instead of this coffee and compass stuff.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].