Design process can be seen at https://www.figma.com/file/nFu3ZQMr5ahf1WqxWwJfTV/TEDxUW-2019-Landing-Page
- Download or
git clone
this repository. - Run
npm install
to set up dependencies. - Run:
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 withnpm run build
- ???
- Profit