A customizable web app to use as a company or personal website. Instructions on how to get your personal information and customizations in further below.
This is a Next.js project bootstrapped with create-next-app
using the following libraries and concepts:
- Tailwind CSS
- Typescript
- shadcn-ui
- CVA (design system)
First, run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.
/config.ts
for hardcoded strings like the website title or description- overwrite your navigation (link path and label)
- Replace
app/favicon.ico
with your own fav icon that displays in the browser bar - Add your custom images to the
public
directory. You can create subfolders for your needs, e.g.public/blog
for blog article images, just make sure to reference them within that path.
List of games or similar items.
Configure list in /config.ts
under extensions
and then games
.
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js. Check out the Next.js deployment documentation for more details.
- Navigation
- Games list
- Footer
- Dark/light mode switch
- Hero section
- Portfolio
- About page
- Shadcn
- Navigation Menu
- Pagination