First, install the dependencies:
npm install
# or
yarn
# or
pnpm installCreate a .env file by using .env.example as a template.
Then, run the development server(python dependencies will be installed automatically here):
npm run dev
# or
yarn dev
# or
pnpm devOpen http://localhost:5173 with your browser to see the result.