Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

chrismooredev/wrd204-mctutorial

Repository files navigation

How to: Install a Minecraft Server

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

Development

  • Clone the repo
  • cd into the repo folder
  • npm install to install dependencies
  • npm start to start the development server.
    • You can edit nearly any file in the src/ and should see your results in your browser at localhost:1234 as you save.
  • npm run build to build it for publishing (or commiting to docs/ for GitHub Pages)