8000 GitHub - iostpa/factory.is-a.dev
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

iostpa/factory.is-a.dev

 
 

Repository files navigation

factory.is-a.dev

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

GNU GPL V3

Afternote

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

About

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.1%
  • CSS 2.5%
  • JavaScript 0.4%
0