Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 724 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 724 Bytes

tr1e portfolio_

Overview

  • components/* - The different components the whole site uses
  • lib/* - Small snippets of code used around and about on the website
  • pages/writing/* - Static pre-rendered blog pages using MDX w/ next-mdx-remote.
  • pages/* - All other static pages.
  • public/* - Static assets including fonts and images.
  • styles/* - Global styles lives here, most things are done w/ Vanilla Tailwind CSS but some niche things exist here

Running Locally

This application requires Node version: 14.15.3

npm install
npm run dev