Skip to content

marcreniel/notmarc.me

Repository files navigation

My personal portfolio website built on Next.js w/ TypeScript, TailwindCSS, DaisyUI, Framer Motion, and react-scroll-parralax.

To-do

Blog page built on GraphQL

Setup

First, clone the repo using git:

git clone https://github.com/imedra/notmarc.me

Second, install the required dependencies.

npm install

Available Scripts

In the project directory, you can run:

npm run dev

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

The page will reload when you make changes.
You may also see any lint errors in the console.

npm run lint

Lints the code.

npm run build

Builds the app for production. It correctly bundles Next in production mode and optimizes the build for the best performance.