The sence of this repository is first of all to play around and learn some Javascript technologies. Second of all, in some point it will turn into a simple trivia game :)
Prerequisites: Node.js
Fork this project to your GitHub account (Fork button is in this project in the top menu).
# On Windows run cmd command and then clone the forked project
git clone https://github.com/*yourusername*/fcctrivia.git
# If poject was cloned successfully then switch to project directory
cd fcctrivia
# Install NPM dependencies
npm install
# Run project
node app.js
Now you can open your browser with following address: http://localhost:5000.
You should see our welcome screen.
In order to contriubute with your own code, you need to create a pull request... More info will follow.