Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 567 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 567 Bytes

Crystallize - Generate Content with AI APP

Requirements

  • Volta.sh (that will bring good version of Node )
  • Docker
  • Node: 20.x
  • PNPM: 9+

Installation

make install

Important!: You need to adapt variables in the application/.env.

Run the project

make serve

you can stop non stopped services with make stop-services

Contributing

  • make codeclean will keep the project in order.
  • make tests will run the tests.