This repository powers olaolu.dev: the portfolio, work archive, résumé, contact page, and shelf of articles.
The site is a React application built with Next.js and TypeScript.
Use Node.js 20.9 or newer and Yarn 1.22.
yarn install
yarn devThe site is available at http://localhost:3000.
yarn lint
yarn build
yarn startArticle source files remain in content/posts. Static assets used by the
Next.js application live in public.
Copyright (c) 2019-present Olaolu Olawuyi. All rights reserved.
The code, design and articles in this repository are intellectual property of the individual mentioned above (unless otherwise stated) and as such CANNOT be copied, modified, sublicensed or redistributed without permission from the author.