4cm4k1 / personal-website

Personal website – made with Next.js, Preact, MDX, RMWC, & Vercel
https://anthony.app
Other
16 stars 3 forks source link
material-components material-design mdx next next-js preact pwa react rmwc serverless spa ssg ssr vercel

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

Code of Conduct

Contributing

Contributors

Name Website
Anthony Maki https://anthony.app

Changelog

License

FOSSA Status