Design process can be seen at https://www.figma.com/file/nFu3ZQMr5ahf1WqxWwJfTV/TEDxUW-2019-Landing-Page
git clone
this repository.npm install
to set up dependencies.npm start
to start a live dev server at http:\localhost:3000npm run lint
to check code for style errors & bad practicesnpm 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