Design process can be seen at https://www.figma.com/file/nFu3ZQMr5ahf1WqxWwJfTV/TEDxUW-2019-Landing-Page
- Download or
git clonethis repository. - Run
npm installto set up dependencies. - Run:
npm startto start a live dev server at http:\localhost:3000npm run lintto check code for style errors & bad practicesnpm run buildto build a production version of the website (static HTML files, mostly)npm run serveto start a local server that will host your files that were built withnpm run build
- ???
- Profit