Find a file
2025-05-01 07:59:42 +03:00
app Update layout.tsx 2025-04-08 07:24:53 +03:00
components feat: update to use the new API 2025-05-01 07:59:42 +03:00
hooks feat: init 2025-04-08 06:40:07 +03:00
lib feat: update to use the new API 2025-05-01 07:59:42 +03:00
public feat: init 2025-04-08 06:40:07 +03:00
styles feat: init 2025-04-08 06:40:07 +03:00
.gitignore feat: init 2025-04-08 06:40:07 +03:00
components.json feat: init 2025-04-08 06:40:07 +03:00
LICENSE docs: specifications and license change 2025-04-14 09:20:35 +03:00
next.config.mjs feat: init 2025-04-08 06:40:07 +03:00
package.json feat: hopefully this makes things mobile friendly 2025-04-08 06:54:28 +03:00
pnpm-lock.yaml feat: init 2025-04-08 06:40:07 +03:00
postcss.config.mjs feat: init 2025-04-08 06:40:07 +03:00
README.md feat: update to use the new API 2025-05-01 07:59:42 +03:00
tailwind.config.ts feat: init 2025-04-08 06:40:07 +03:00
tsconfig.json feat: init 2025-04-08 06:40:07 +03:00
types.d.ts feat: init 2025-04-08 06:40:07 +03:00

factory.is-a.dev v1.1.0

A webpage for generating is-a.dev subdomain JSON files. Built with Next.js, Tailwind CSS, and shadcn/ui. The official instance of this project is hosted on Vercel here.

Selfhosting

To self-host factory.is-a.dev, follow these steps:

  1. Clone the repository:
git clone https://github.com/orangci/factory.is-a.dev.git
cd factory.is-a.dev
  1. Install dependencies:
npm install
# or
yarn install
# or
pnpm install
  1. Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
  1. Build for production:
npm run build
# or
yarn build
# or
pnpm build
  1. Start the production server:
npm run start
# or
yarn start
# or
pnpm start

Contributing

Contributions are welcome! Please feel free to submit a pull request.

License

Specifications

Afternote

The code in this repository was mostly generated with v0 by orangci.