Find the best emoji to represent a concept, powered by AI. Learn more in the blog post.
npm i
npm run dev
- Build:
npm run build
- Deploy (requires configured AWS CLI):
npm run deploy
cd server/
cp .env.example .env
- Add your OpenAI API key to the
.env
file docker compose up
cd server/
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
OPENAI_API_KEY=<your API key> python app.py