Skip to content

Website built with NextJS to display blogs, portfolio projects, and resume

License

Notifications You must be signed in to change notification settings

corbinabeebe/ResumeWebsite

Repository files navigation

Project Tools Used

  • Next JS
  • JavaScript
  • TailwindCSS
  • DaisyUI
  • Gray-Matter - process markdown
  • Remarkm, Remark-gfm, remark-html - gets markdown into html for rendering
  • ReactIcons

Getting Started

Install dependencies

cd website
npm install
# or
sudo npm install

Would probably use npm, but yarn should work

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

How To use:

Navigate to

/src/assets

to 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:

About

Website built with NextJS to display blogs, portfolio projects, and resume

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published