This is the repository for Skyline Digital's official website. Built using Next.js 15 with TypeScript, TailwindCSS v4, and ShadCN.
This site showcases a lot of cool technology regarding Next.js static-site generation and React server components. It uses the new TailwindCSS v4 along with ShadCN as base UI components.
- TypeScript
- Next.js 15 with App Router
- TailwindCSS v4
- ShadCN components
- Site data stored as JSON
To get started with this repo locally, follow the steps below:
- Clone the repo
pnpm ci- Run
cp .env.example .envto create an.env - Fill out the values within your new
.env, corresponding to your own environment - Run
pnpm dev - Bam
