This repo contains the source code for my personal website located at https://anthony.app, using many awesome technologies such as, but not limited to:
# clone this repo
git clone https://github.com/4cm4k1/personal-website
# change directories
cd personal-website
# install dependencies
yarn
# run in dev mode
yarn dev
# if using Vercel, Vercel's dev mode simulates their servers
volta run vc dev
# build in prod mode
yarn build
# serve built assets in prod mode
yarn start
# run `prettier` linter
yarn prettier
# run webpack analyzer
yarn analyze
# run in dev mode with profiling on
yarn profile
# type-check TypeScript files
yarn runtype-check
# deploy to Vercel
volta run vc --prod
# …or just push to configured branch on GitHub for auto-deploy
Name | Website |
---|---|
Anthony Maki | https://anthony.app |