Ei Erbij is a website for tracking the number of eggs people want to eat. It's built with Next.js, React, and TypeScript.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Clone this repository:
git clone https://github.com/yourusername/ei-erbij.git
- Navigate to the project directory:
cd ei-erbij
- Install the dependencies:
bun install
To start the development server:
bun dev
To build the project:
bun run build
src/
: The source code of the application.actions.ts
: Actions for the application.app/
: The main application code._components/
: React components used in the application.globals.css
: Global styles for the application.layout.tsx
: The layout component for the application.page.tsx
: The main page of the application.
utils.ts
: Utility functions for the application.
public/
: Public assets for the application.next.config.mjs
: Configuration for Next.js.tailwind.config.ts
: Configuration for Tailwind CSS.tsconfig.json
: Configuration for TypeScript.package.json
: Project metadata and dependencies.