This is a community of indie hackers who are building profitable online businesses.
Run the development server:
git clone https://github.com/indiehackersarmy/indiehackersarmy.com.gitInstall the dependencies:
npm install
# or
yarn install
# or
pnpm installStart the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
To add your project to the community products list, please follow these steps:
- Open the
products.tsfile located in thedatadirectory. - Add your product details to the
productsarray in the following format:
{
title: "Your Product Title",
description: "A brief description of your product.",
href: "https://link-to-your-product.com",
logo: "/path-to-your-product-logo.png"
}++ deploy