This template is a fully responsive website built with Next.JS, TailwindCSS, and shadcn/ui.
-
All core config. values of the template exist in the root at
site.config.ts
.export const siteConfig = { name: '...', institution: '...', description: '...', };
-
The list of links is located at
app/data.tsx
, with icons fromlucide-react
that you can choose as per your requirements.
-
To install packages, run:
npm install
You can then make changes as necessary in order to be committed.
-
Run the development server:
npm run dev
-
Format changes using Prettier.
# Formatting npm run format:write
Now, you can create a pull request to commit changes to the repository.