Skip to content

ftuyama/ftuyama.github.io

Repository files navigation

ftuyama.github.io

Build statusCode Climate

This is my personal portfolio website, using vanilla HTML/JS/CSS.

My resume.pdf is available at https://ftuyama.github.io/public/resume.pdf

Run the project

Install dependencies:

make install

Run it with autoreload using:

make run

Then the app should be available at http://localhost:8080

Running tests

Validate URLs and image formats using:

make test