Galatea is the official front end of the PygmalionAI Website. Galatea will be the forefront of the PygmalionAI name, and provide a large user base with the latest Pygmalion models along with Aphrodite.
Galatea is able to provide the best user experience possible with these great tools:
- Beautiful Landing Page
- Fast page loading times
- Fluid animations
- Support for all devices and browsers
Run the services
- minio
- gotrue (supabase)
- galatea-server
- postgres
docker compose up -d --build
- Operating System: Windows, Linux, or MacOS
- Node.js v16.0.0+
git clone https://github.com/PygmalionAI/galatea-frontend.git
cd galatea-frontend
npm install
Navigate to the .env file, and configure the required values in your Firebase dashboard.
In a development environment, running the server is easy.
npm run dev
In a production environment, you'll first need to compile the contents of the app before they can be deployed.
npm run build
After you've compiled the directory, simply deploy the contents of the "dist" folder to the domain.
PRs and feedback are greatly appreciated by members of the community. If you have feedback or questions regarding Galatea, feel free to open an issue or contribue with a PR.