Skip to content

Latest commit

 

History

History
62 lines (46 loc) · 2.04 KB

README.md

File metadata and controls

62 lines (46 loc) · 2.04 KB

Personal Portfolio Website

arthurlewis.net

Use this repository to make your own personal portfolio website.

🥞 Stack

Next Bootstrap Sass GoogleAnalytics Namecheap Githubpages Githubactions

This is a statically generated site using the Next.js framework. It's styled using bootstrap and Sass. Hosted on Github Pages, automatically deployed using a Github Actions pipeline. Using Name Cheap as a DNS provider and Google Analytics 4 for insights.

💻 Configuration

Environment Variables

.env
.env.development
.env.production

Metadata

/app/config.json

Project Markdown Files

/app/projects

📃 Scripts

Start dev server

npm run dev