Skip to content

mitblr-club/linkedlist

Repository files navigation

mitblr.club 'linkedlist'

Release Forks

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.