- Notifications
You must be signed in to change notification settings - Fork11
An ES6, Backbone, single page application (SPA), that demonstrates many greek words and names that we constantly use on modern computing and software engineering
License
tsevdos/greek-in-tech-site
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A project that demonstrates many greek words and names that we constantly use on modern computing and software engineering. You can view the site ongreekintech.com.
You need to havenode.js installed. When you are ready you can install all dependencies by typing :
npm install
npm start
After installation you only need to start the server using the last command.
All entries are available through thenpm
packagegreek-in-tech. You can contribute entries with a pull request on thisrepo. If you don't want to mess with a pull request you can suggest an entry bycreating an issue or using the officialgitter chat. If you still find it hard, you can drop me an email (see my profile).
The test suite contains unit and functional tests. Make sure you have installedphantomjs andcasperjs globallynpm install -g phantomjs && npm install -g casperjs
(and of course all the other dependencies withnpm install
). Then you can run all tests with :
npm test
You can also run only theunit tests (npm run test-unit
) or thefunctional tests (npm run test-functional
).
Please don't edit directly themain.css
file (located intocss
directory). This file is autogenerated from themain.scss
(located intoscss
directory). Also the all JS (ES6) source code (located intojs
directory) is compiled and bundled using webpack into thedist
directory. To build everything (SCSS and JS), make sure that you have all the dependencies installed (npm install
) and just run the below command:
npm run build
- greek-in-tech - greek-in-tech
MITJohn Tsevdos
About
An ES6, Backbone, single page application (SPA), that demonstrates many greek words and names that we constantly use on modern computing and software engineering
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors7
Uh oh!
There was an error while loading.Please reload this page.