Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

This is a Next.js project bootstrapped with create-next-app.

Getting Started

Install packages:

Ensure to add environment variables in .env file according to .env.example.

npm install

Run the development server:

npm run dev

Automatically generate missing translation messages

  1. Add OPENAI_API_KEY to front_end/.env folder
npm run translations:generate

Open http://localhost:3000 with your browser to see the result.