This is a Next.js project bootstrapped with create-next-app
.
This is a personal portfolio developed in Next.js to showcase my experience with UX Engineering and data analytics. The homepage and GUI components are written in typescript with React. Each project is an MDX page found in the src/app
directory inside of the subdirectory of each project and the file is named page.mdx
.
This project use the Next.js built in Router and is compiled with Turbopack. The resulting project is a website deployed to vercel. You can use the live site at kingdrewsea.vercel.app.
This project requires Node 20 or higher to run. If you use multiple versions of Node, please use Node Version Manager.
If you use Brew as a package manager you can run the following command:
brew install nvm
Otherwise, you will need to follow the install instructions in the NVM repository.
Once you have installed Node Version Manager, ensure you have Node 20 installed:
nvm install 20
Once it has been installed, use this version (or higher) to run the project:
nvm use 20
Install all dependencies (ensure this command is run from the root of the project directory):
npm i
Then, run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.