This is a simple Next.js portfolio template that's built with Tailwind CSS and TypeScript.
- ✅ Single page
- ✅ Name, short introduction
- ✅ Real-time Discord status (RPCs & Spotify) with Lanyard
- ✅ Easily configurable information and social sections
You'll need Node.js to install the required packages. Once you downloaded Node.js, you can follow these steps to run the website:
- Open a terminal.
- Run
git clone https://github.com/eggsy/personal-portfolio
- Go into directory
cd personal-portfolio
- Run
- Install dependencies:
yarn
- Run it in development mode:
yarn dev
After that, you'll see that every change you make in any of the files under src/
directory will be seen on the page. You can change the values in the files in src/data/**
directory and customize the data displayed on the page.
If you're not familiar with Lanyard API yet, it's a project that basically reads your status via a bot. That means you have to share a server with that bot and it's currently only available in Lanyard's own Discord server. You have to join this server to get your status visible.