Skip to content

Soleone/presence

Repository files navigation

Presence

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.

Dependencies

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)

Local development

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

Customization

  • /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.

Extensions

Games

List of games or similar items.

Configure list in /config.ts under extensions and then games.

Deploy on Vercel

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.

Features

  • Navigation
  • Games list

Roadmap

  • Footer
  • Dark/light mode switch
  • Hero section
  • Portfolio
  • About page
  • Shadcn
    • Navigation Menu
    • Pagination

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published