Skip to content

shnewto/drinkspiller.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

drinkspiller

tracking some of the stuff i've been up to

developing

note

this site's media isn't tracked in this repo

dependencies

  • latest lts (as of 2022) version of node.js
  • elm-spa
npm install -g elm elm-spa

running locally

elm-spa server  # starts app at http:/localhost:1234

deploying

build to deploy

elm-spa build

local vercel

vercel dev

staging

vercel

release

vercel --prod

other commands

elm-spa add    # add a new page to the application
elm-spa build  # production build
elm-spa watch  # runs build as you code (without the server)