To get a local copy up and running, follow these simple steps.
- Node.js installed
- pnpm package manager installed
- Clone the repository:
git clone https://github.com/nerdylua/Frequency-website
- Navigate to the project directory:
cd Frequency-website - Install dependencies using pnpm:
pnpm install
To run the development server:
pnpm devOpen http://localhost:3000 with your browser to see the result.
- Next.js (React framework)
- React
- Tailwind CSS (for styling)
- TypeScript
- pnpm (package manager)
- Framer Motion (for animations)
A brief overview of the main directories and files:
/app: Contains the main application routes and layout./components: Reusable React components, categorized by purpose (e.g.,/Hero,/about,/ui)./public: Static assets like images./styles: Global styles./types: TypeScript type definitions.pnpm-lock.yaml: Lock file for pnpm dependencies.package.json: Project dependencies and scripts.tailwind.config.js: Tailwind CSS configuration.
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out the Next.js deployment documentation for more details.