TEDxAmsterdam has shared a github to enable developers to build the front-end and back-end components for the new website.
We welcome all developers that share the spirit of open source development and would like to contribute to make TEDxAmsterdam the most awesome community built website ever.
Ideas worth spreading!
Clone the repository and run npm install:
git clone https://github.com/TEDxAmsterdam/Frontend.git && cd Frontend && npm install
- Install Vagrant
- Run
vagrant up - After vagrant has started up run
vagrant ssh - Go into the www folder by running
cd /var/wwwand runnpm install && npm run build:server && npm start - Visit localhost:9000