2026-01-12 16:08:15 +00:00
|
|
|
# Hot Repo
|
2026-01-12 15:12:46 +00:00
|
|
|
|
2026-01-12 16:08:15 +00:00
|
|
|
A sample project demonstrating Lubes platform features.
|
|
|
|
|
|
|
|
|
|
## Quick Start
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
# Install dependencies
|
|
|
|
|
npm install
|
|
|
|
|
|
|
|
|
|
# Set environment variables
|
|
|
|
|
export LUBES_PROJECT_ID="your-project-id"
|
|
|
|
|
export LUBES_API_KEY="your-api-key"
|
|
|
|
|
|
|
|
|
|
# Run the application
|
|
|
|
|
npm start
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
## Features
|
|
|
|
|
|
|
|
|
|
- Database queries via Lubes SDK
|
|
|
|
|
- File storage with S3-compatible API
|
|
|
|
|
- Serverless functions
|
|
|
|
|
|
|
|
|
|
## Deploy
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
git push lubes main
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
Pushing to the Lubes remote triggers automatic deployment.
|