Catalyst - it takes a catalyst to create meaningful change. The people who are catalysts are the ones who shake up the status quo. They add new ideas, new dreams, and new perspectives that can shift the societal dogma. They can change the perspectives of those that disagree, and can elevate the minds of those who are receptive. A catalyst can transform an existing narrative, even if only a little, by proposing new ideas, and telling stories that matter deeply to them. It is imperative that we listen to each other to solve the problems of today and tomorrow. TEDx Catalyst hopes to inspire you to make change when you can, and make the world what you want it to look like.
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/Catalyst.git
- Enter the directory and install the necessary packages:
cd Catalyst/
npm install
- Start the development server and open http://localhost:3000 with your browser to see the result:
npm run dev
Follow these instructions to get a copy of the project bundled and minified for deployment:
- Inside the root directory, run the build script:
npm run build
- A new folder will be created in the root directory containing the bundled and minified project files.