Skip to content
This repository has been archived by the owner on Feb 11, 2025. It is now read-only.

YCN-club/linkedlist

Repository files navigation

ycn.club 'linkedlist'

Release Forks

⚠️ Notice: This repository has been archived and will no longer receive updates. For further information on the project's status and brand identity, please refer to the organization's README.

This template is a fully responsive website built with Next.JS, TailwindCSS, and shadcn/ui.

Configuration

  1. All core config. values of the template exist in the root at site.config.ts.

    export const siteConfig = {
      name: '...',
      institution: '...',
      description: '...',
    };
  2. The list of links is located at app/data.tsx, with icons from lucide-react that you can choose as per your requirements.

Development

  1. To install packages, run:

    npm install

    You can then make changes as necessary in order to be committed.

  2. Run the development server:

    npm run dev
  3. Format changes using Prettier.

    # Formatting
    npm run format:write

Now, you can create a pull request to commit changes to the repository.