Project Gateway is a website that allows anyone who wants an application, to have it made free of charge. New and upcoming developers can see your posting and begin working on it. After a few developers have finished, you can choose your favorite. This developer will gain points. This allows new developers to gain experience in real world applications in low stress environments.
- Download Meteor. Thats
curl https://install.meteor.com/ | sh
on OS X or installing this on Windows! - Open the command line in the repository
- Run
meteor npm install
This is important, It will break without it! - To start the app run
meteor
ormeteor run
- Success 🎆🎉💥
- In one terminal window start the app in test mode
meteor npm run test-full-app
- In another window, execute the tests with
meteor npm run test-all