mmcwilliams 1e789a16cc | ||
---|---|---|
dist | ||
scripts | ||
sql | ||
src | ||
test | ||
views | ||
.gitignore | ||
LICENSE | ||
README.md | ||
default.env | ||
package-lock.json | ||
package.json | ||
tsconfig.json |
README.md
photosite
Static site generator for building a simple photo site.
Install
npm i
Create a .env
file by copying the default.env
file and modifying the values as needed.
Generate Site Data
The following command will sync the data with s3, generate metadata for each new photo and produce all required thumbnails required for the site.
npm run generate
Build Site
This command will build the website using the sqlite + photo data available at the time it is run.
npm run build