Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/factory-js/factory-js.github.io
📚 FactoryJS Documentation
https://github.com/factory-js/factory-js.github.io
documentation drizzle-orm e2e factory mock nextra prisma seeding testing
Last synced: 4 days ago
JSON representation
📚 FactoryJS Documentation
- Host: GitHub
- URL: https://github.com/factory-js/factory-js.github.io
- Owner: factory-js
- License: mit
- Created: 2024-07-15T06:46:22.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-11-11T20:10:49.000Z (9 days ago)
- Last Synced: 2024-11-11T21:20:42.815Z (9 days ago)
- Topics: documentation, drizzle-orm, e2e, factory, mock, nextra, prisma, seeding, testing
- Language: MDX
- Homepage: https://factory-js.github.io/
- Size: 406 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
## FactoryJS Documentation
This is the repository for the FactoryJS documentation. It is built using [pnpm](https://pnpm.io/) and [Nextra](https://nextra.site/).
To run it locally, execute the following commands:```sh
pnpm install && pnpm dev
```Then visit http://localhost:3000.
## Contributing
Please make sure to read the [Contributing Guide](./CONTRIBUTING.md) before making a pull request.
Contributions are welcome!