Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 773 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 773 Bytes

Careers In Code Classroom

Prerequisites

Hugo Installation

Mac OS

brew install hugo

Windows

choco install hugo -confirm

Linux

snap install hugo

Cloning the repo

git clone https://github.com/hackupstate/careers-in-code-classroom.git

Usage

Launching the website locally

hugo serve

Build the website for deployment

hugo

Theme Documentation

Deployment

The website is currently deployed with CI using Netlify and setup as a subdomain of careersincode.org.

Pushes to the codebase will automatically trigger a build.