onegrit / personal-website

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

Home Page:https://anthony.codes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
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 type-check

# deploy to Vercel
vc --prod

# …or just push to configured branch on GitHub for auto-deploy

Contributors

Name Website
Anthony Maki https://anthony.app

FOSSA Status

About

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

https://anthony.codes

License:Other


Languages

Language:TypeScript 70.2%Language:JavaScript 29.5%Language:Shell 0.3%