Skip to content

Personal website – made with Next.js, Preact, MDX, RMWC, & Vercel

License

Notifications You must be signed in to change notification settings

4cm4k1/personal-website

Repository files navigation

personal-website

Status Prettier Dependabot Latest Release License FOSSA Status

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:

Table of Contents

Prerequisites

Installation

# clone this repo
git clone https://github.com/4cm4k1/personal-website

# change directories
cd personal-website

# install dependencies
yarn

Usage

# 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

Contributors

Name Website
Anthony Maki https://anthony.app

FOSSA Status