Skip to content

briankoser/sfc-listeners-guide

Repository files navigation

sfc-listeners-guide

Netlify Status

The Unofficial Listener's Guide for The Sci-Fi Christian podcast

Development

  1. Install node

  2. Navigate to repository folder and install dependencies

cd projects/sfc-listeners/guide

npm install

  1. (if running on Windows) Install Windows Build Tools (needed for node-sass)

npm install --global --production windows-build-tools

4a. Build site (in _site)

npm run build

4b. Build, watch, serve site (at http://localhost:8080)

env:NODE_ENV="dev"; npm run dev # could not set NOD_ENV from node, so do in ps for now

4c. Build for production

env:NODE_ENV="prod"; npm run prod # could not set NOD_ENV from node, so do in ps for now

Architecture

Layouts, Templates, Components, Partials, Macros

About

The Unofficial Listener's Guide for The Sci-Fi Christian podcast

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published