A simple portfolio website for a friend's EDM project.
$ yarn install
This script will build the assets in the build/
folder.
$ bin/build
You can automate builds on file changes using fsevent_watch
$ fsevent_watch -F ./views/ ./css/ ./img/ | xargs -I% bin/build
This script will rebuild and sync the build/
folder to the s3 bucket:
$ bin/deploy
The views are built based on the content in the build.yml file (releases, contact info, SEO etc..)