Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 468 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 468 Bytes

wolf-site

Netlify Status

My Personal website and playground for things; Built with NextJS + React.



Getting Started

# Install dependencies
yarn install

# Run dev server
yarn dev

# Lint & Prettify (linting/prettification is hooked up to Git's pre-commit hook)
yarn lint
yarn prettify