- Next JS
- JavaScript
- TailwindCSS
- DaisyUI
- Gray-Matter - process markdown
- Remarkm, Remark-gfm, remark-html - gets markdown into html for rendering
- ReactIcons
cd website
npm install
# or
sudo npm installWould probably use npm, but yarn should work
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.
Navigate to
/src/assetsto load markdown contetnt such as BLOGS, Portfolio entries, and update the resume content.
Feel free to change any styling you may want to change. For docs on styleing visit: