To use this application you will need:
Clone the repository
git clone https://github.com/gustavoespindola/llmhackathon
Enter the project folder
cd llmhackathon
Install dependencies
Everything you need to create a Svelte project, with the technology of create-svelte
.
Once you have created a project and installed dependencies with npm install
(or pnpm install
or yarn
)
npm install
Start the development server
npm run dev
# or to open automatically in the browser:
npm run dev -- --open
β Local: http://localhost:5173/
β Network: use --host to expose
β press h + enter to show help
The application will be available at http://localhost:5173/
Build Preparation
Create production version
npm run build
npm run preview
``
For deployment, you may need to install an adapter for the specific environment.
**Deployment on Vercel**
Create an account on Vercel
Create a new project
Link with the repository
Configure environment variables
Execute the deployment
**Mas informaciΓ³n sobre Vercel**
[Deploy Tutorial](https://vercel.com/docs/deployments/overview)