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
cd
into the repo foldernpm install
to install dependenciesnpm start
to start the development server.- You can edit nearly any file in the
src/
and should see your results in your browser atlocalhost:1234
as you save.
- You can edit nearly any file in the
npm run build
to build it for publishing (or commiting to docs/ for GitHub Pages)