https://github.com/crystallizeapi/generative-ai-app
https://github.com/crystallizeapi/generative-ai-app
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/crystallizeapi/generative-ai-app
- Owner: CrystallizeAPI
- Created: 2024-04-17T00:17:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-17T08:21:53.000Z (over 1 year ago)
- Last Synced: 2025-01-20T17:24:02.848Z (11 months ago)
- Language: TypeScript
- Size: 138 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Crystallize - Generate Content with AI APP
## Requirements
- Volta.sh (that will bring good version of Node )
- Docker
- Node: 20.x
- PNPM: 9+
## Installation
```bash
make install
```
> Important!: You need to adapt variables in the `application/.env`.
## Run the project
```bash
make serve
```
> you can stop non stopped services with `make stop-services`
- Frontend: http://localhost:29080
- Mailcatcher - Web: http://localhost:29082
## Contributing
- `make codeclean` will keep the project in order.
- `make tests` will run the tests.