My personal portfolio website built on Next.js w/ TypeScript, TailwindCSS, DaisyUI, Framer Motion, and react-scroll-parralax.
Blog page built on GraphQL
First, clone the repo using git:
git clone https://github.com/imedra/notmarc.me
Second, install the required dependencies.
npm install
In the project directory, you can run:
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.
Lints the code.
Builds the app for production. It correctly bundles Next in production mode and optimizes the build for the best performance.