Skip to content

leanmotherfuckers/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

leanmotherfuckers.com

A super simple static website, showing who wee are and what we do.

Running locally

Simply install NPM dependencies and then run:

npm start

This will bundle the assets and run a local server on localhost:1234.

Deployment

Thanks to CircleCI, we can automatically deploy every change in the master branch to S3.

CircleCI