Note: It is better to install nvm rather than installing and then uninstalling node.js while switching versions. Here is a guide to install nvm on linux and mac machines.
git clone https://github.com/webvr-india/learnyouaframe.git # Clone the repository.
cd learnyouaframe && npm install # Install dependencies.
npm run dev # Start the local development server.
And open in your browser http://localhost:8080.
Read CONTRIBUTING.md to learn how to contribute to this project.