This is a code bundle for LibraGO. The original project is available at https://www.figma.com/design/PNgNyCQgx6biznLjx9LUUV/LibraGO
To run this project locally, follow these steps:
Make sure you have the following installed on your machine:
- Clone the repository:
git clone https://github.com/Marseillo10/LibraGO.git
- Navigate to the project directory:
cd LibraGO - Install dependencies:
npm install
To start the development server:
npm run devThis will start the application, usually at http://localhost:3000 (or another port if 3000 is in use). Open your browser and navigate to that URL to view the app.
To create a production build:
npm run buildThe built files will be generated in the dist directory.
This project uses environment variables for configuration.
-
Copy the example environment file:
cp .env.example .env
-
Open
.envand update the values with your own configuration (it doesn't affect the current project application).VITE_API_URL=https://api.librago.com VITE_SUPABASE_URL=your_supabase_url VITE_SUPABASE_KEY=your_supabase_key VITE_STRIPE_KEY=your_stripe_key