Skip to content

dbaltas/greek-in-tech

 
 

Repository files navigation

Code Climate Build Status

Greek in Tech

A project that demonstrates many greek words and names that we constantly use on modern computing and software engineering. You can view the site on greekintech.com.

Getting Started

You need to have node.js and bower and installed. When you are ready you can install all dependencies by typing :

  1. npm install
  2. npm start

After installation you need only need to start the server using the last command.

Contributing

All the entries are available from a single JSON file. You can contribute entries with a pull request. If you don't want to mess with a pull request you can suggest an entry by creating an issue. If you still find it hard, you can drop me an email (see my profile).

Run tests

The test suite contains unit tests and functional tests

To run all the tests

npm test

Run unit tests

Make sure grunt is installed globally on your system npm install -g grunt-cli and that you have run npm install first.

npm run test-unit

Run functional tests

Make sure you have installed phantomjs, casperjs globally: npm install -g phantomjs && npm install -g casperjs

npm run test-functional

About

Greek in tech SPA site

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 44.8%
  • CSS 32.9%
  • HTML 22.3%