mirror of
https://github.com/orangci/factory.is-a.dev.git
synced 2025-07-26 09:23:17 +03:00
No description
https://is-a-factory.vercel.app
app | ||
components | ||
hooks | ||
lib | ||
public | ||
styles | ||
.gitignore | ||
components.json | ||
LICENSE | ||
next.config.mjs | ||
package.json | ||
pnpm-lock.yaml | ||
postcss.config.mjs | ||
README.md | ||
tailwind.config.ts | ||
tsconfig.json | ||
types.d.ts |
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:
- 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
Contributing
Contributions are welcome! Please feel free to submit a pull request.
License
Specifications
- This project follows Semantic Versioning 2.0.0 specification.
- This project follows the Conventional Commits specification.
Afternote
The code in this repository was mostly generated with v0 by orangci.