Skip to content

kaseybon/kaseybon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KaseyBon

Portfolio site for Kasey Bonifacio - kaseybon.com

Netlify Status

Getting Started

Requirements

Initial Setup

  • Run npm install

Run Development Environment

  • Run npm start

Run Production Environment

  • Run NODE_ENV=production npm start

Notes

  • All code compiles to the dist/ directory
  • All source code lives in the src/ directory
  • Running the project locally in development will start a server and watch task
  • Development runs on localhost://3000

Tasks

  • Clean - Deletes an existing dist/ directory
  • Copy - Copies any assets in src/public/ to dist/
  • Pages - Compiles pages in src/pages/ to dist/
  • Sass - Compiles any assets in src/scss to dist/css
  • Scripts - Copies any assets in src/js to dist/js
  • Server - Spins up an Express server on localhost://3000
  • Watch - Watches for any changes in src/ files and runs the corresponding task to update the local environment

Notes

  • Static pages are compiled with 11ty
  • For now scripts are simple enough that they do not need more complex compile tasks
  • Watch task requires a manual browser refresh

About

Just another website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published