Skip to content

Latest commit

History

History
31 lines (23 loc) 路 673 Bytes

File metadata and controls

31 lines (23 loc) 路 673 Bytes

馃殌 d4bit's Portfolio

This is the source code for my personal website, built with a focus on performance and clean design.

馃洜 Tech Stack


馃捇 Local Development

To get a local copy up and running, follow these steps in your terminal:

1. Clone the repo

git clone -b dev [https://github.com/d4bit/d4bit.github.io.git](https://github.com/d4bit/d4bit.github.io.git)
cd d4bit.github.io

2. Install dependencies

npm install

3. Spin up the dev server

npm run dev

Generated by d4bit