Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 419 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 419 Bytes

nemcrunchers.dev

Andrew Schmidt's Personal Profile, made with Next.js

Getting Started

To get started, simply clone the repository and run npm install


# Install npm packages
npm install

# Start up the next.js dev server, browse to http://localhost:3000/
npm run dev

Generating the Static Site

# Build and export the site, the static files are generated in the out/ folder
npm run export