Skip to content

TEDxUW/2019.tedxuw.com

Repository files navigation

TEDxUW Website

TEDxUW 2019's official landing page.

Netlify Status code style: prettier

Design process can be seen at https://www.figma.com/file/nFu3ZQMr5ahf1WqxWwJfTV/TEDxUW-2019-Landing-Page

🚀 Quick Start

  1. Download or git clone this repository.
  2. Run npm install to set up dependencies.
  3. Run:
    • npm start to start a live dev server at http:\localhost:3000
    • npm run lint to check code for style errors & bad practices
    • npm run build to build a production version of the website (static HTML files, mostly)
    • npm run serve to start a local server that will host your files that were built with npm run build
  4. ???
  5. Profit