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.
To self-host factory.is-a.dev, follow these steps:
- Clone the repository:
git clone https://github.com/orangci/factory.is-a.dev.git
cd factory.is-a.dev
- Install dependencies:
npm install
# or
yarn install
# or
pnpm install
- Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
- Build for production:
npm run build
# or
yarn build
# or
pnpm build
- Start the production server:
npm run start
# or
yarn start
# or
pnpm start
Contributions are welcome! Please feel free to submit a pull request.
The code in this repository was mostly generated with v0 by orangci.