Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 536 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 536 Bytes

Personal Website

The simplest design for your personal website.

Overview

Built with:

Getting Started

  1. Install dependencies

    npm install
  2. Fire up the server and watch files

    npm run dev

Deployment

  1. Install the Now CLI

    npm run build
  2. Deploy!

    npm start