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.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
To add your project to the community products list, please follow these steps:
- Open the
products.ts
file located in thedata
directory. - 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