Skip to content

mitblr-club/neura

 
 

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.

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 77.3%
  • CSS 20.5%
  • JavaScript 2.2%