You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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