Skip to content

Docusaurus build files of summary notes website for CompTIA ITF+ FC0-U61 course.

License

Notifications You must be signed in to change notification settings

gunnaraas/itf.certified.ninja

Repository files navigation

certified.ninja - CompTIA IT Fundamentals+

This repository hosts instructor and student notes for MTFS's CompTIA ITF+ course.

This website is built using Docusaurus 2 and is compiled and hosted by Netlify.

Netlify Status

Except where otherwise noted, content on this site is licensed under a Creative Commons Attribution 4.0 International license.

Local Development

To develop this website locally on your machine, make sure you have node.js, yarn, and a text editor of your choice (Atom, Visual Code Studio) installed. I recommend Windows users use Chocolatey to install node.js and yarn.

To install Chocolatey on Windows - follow this guide.

To install the dependencies for development on Windows, run the following code in PowerShell (as Administrator... most easily accessed via Win + X):

choco install git nodejs 
refreshenv
npm install yarn 

Open a terminal (e.g. PowerShell, Windows Terminal) in the location you'd like to save the development files (In Windows Explorer: Shift + Right-Click).

Clone and enter the repository using:

git clone https://github.com/gunnaraas/itf.certified.ninja.git 
cd itf.certified.ninja

To start up the local development server and launch a preview window in your default browser, run the command:

yarn install
yarn start

Most changes are reflected live without having to restart the server.

Outside Contributions

Students and other users are invited to make changes and edits to the website as needed. You can do this by setting up a Local Development environment on your computer, or editing the files in the /docs/ directory inside your browser. All pages are written in Markdown (Markdown Guide), and a Github account is required to submit contributions. Please create a pull request to submit any changes for approval. To submit edits or new content in plaintext, email to: gunnar (at) gunnaraas.com

Netlify Build Settings

Build command: yarn run build

Publish directory: /build