I created this tutorial for my WRD204 Technical Writing class.
View me on GitHub Pages!
This is a static site built with Parcel, and coded in Pug, TypeScript, and SCSS. Material Design look provided mostly by Material Components for the Web
- Clone the repo
cdinto the repo foldernpm installto install dependenciesnpm startto start the development server.- You can edit nearly any file in the
src/and should see your results in your browser atlocalhost:1234as you save.
- You can edit nearly any file in the
npm run buildto build it for publishing (or commiting to docs/ for GitHub Pages)