Skip to content

0leks11/AI-Lans

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 

Repository files navigation

Testing Task from ryght.ai

Project Testing Instructions

Follow these steps to set up and run the project on your computer:

  1. Clone the repository to your local machine:

    git clone https://github.com/0leks11/AI-Lans.git
  2. Navigate to the project directory:

    cd AI-Lans
  3. To create a .env file using a command, you can use the following sequence in the terminal:

echo "VITE_OPENAI_API_KEY=your-openai-api-key" > .env

!!! Replace "your-openai-api-key" with your actual OpenAI license token. !!!

  1. Install the dependencies:

    npm install
  2. Start the development:

    npm run dev
  3. Preview the production build:

    npm run build
    npm run preview
  4. Run the tests:

    Open the provided URL in your terminal (usually http://localhost:4173) to view the application.