Indie Hackers Army

This is a community of indie hackers who are building profitable online businesses.

Getting Started

Run the development server:

git clone https://github.com/indiehackersarmy/indiehackersarmy.com.git

Install the dependencies:

npm install
# or
yarn install
# or
pnpm install

Start the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

Add your project

To add your project to the community products list, please follow these steps:

  1. Open the products.ts file located in the data directory.
  2. Add your product details to the products array 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