Skip to content

Latest commit

 

History

History
58 lines (44 loc) · 1.29 KB

README.md

File metadata and controls

58 lines (44 loc) · 1.29 KB

the lipstick killers site

The marketing site for the lipstick killers band

install apps

  1. brew - follow instructions on that website
  2. hugo: brew install hugo
  3. nodejs: brew install node
  4. yarn: npm install -g yarn
  5. ftp: brew install inetutils

then project deps:

# insert your own path here instead of path/to/this/repo
cd path/to/this/repo
yarn # this installs the deps

run locally

This will start a server so you can see it on your local machine. Any changes you make will trigger the site to reload with those changes.

hugo server -D --disableFastRender
# Then go to http://localhost:1313

build site

hugo  # this builds your site in the 'public' directory

run site you just built

cd public 
# then run a server eg: 
python -m SimpleHTTPServer
# Then go to http://localhost:8000

if deploying to firebase... optional - you can put it where you want

  • firebase-tools: yarn global add firebase-tools

todo

  • Reduce size of the image - esp for mobile
  • Tickets
  • media player

give it to me in english