Momentum is what drives something still into an unstoppable force of motion, power, energy and most importantly, change. It fuels motivation, defies stagnancy and demands the spurring of action. People who are constantly in momentum are those that make change, those that pursue something more and those that see in the world the potential for something better.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
What things you need to install the software:
Node.js
npm
A step by step series of examples that tell you how to get a development environment running:
- Clone the repository:
git clone https://github.com/TEDxCMU/Momentum.git
- Enter the directory and install the necessary packages:
cd Momentum
npm install
- Start the development server and open http://localhost:3000 with your browser to see the result:
npm run dev