This repository contains the official website for the FOSSter initiative.
Clone the repository:
git clone https://github.com/amfoss/fosster-2025.git
cd fosster-2025
Install the dependencies
npm install
# or
yarn install
# or
pnpm install
# or
bun install
Start the development server:
npm run dev
# or with Turbopack
npm run dev:turbo
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
npm run build
# or with Turbopack
npm run build:turbo
# or
yarn build
# or
pnpm build
# or
bun build
This project is licensed under the MIT License.