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/Diffraction.git
- Enter the directory and install the necessary packages:
cd Diffraction
npm install
- Start the development server and open http://localhost:3000 with your browser to see the result:
npm run dev