This guide is for developers who want to run Figranium’s source code directly on their machine for modification or testing, without using Docker.Documentation Index
Fetch the complete documentation index at: https://figranium.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
Prerequisites
- Node.js: Version 18 (LTS) or higher.
- pnpm: Recommended package manager.
- Playwright: Dependencies must be installed on your OS.
Setup Steps
1. Install Dependencies
2. Install Playwright Browsers
3. Environment Setup
Create a.env file in the root directory (refer to the Configuration page for available variables). At minimum, set:
4. Start the Application
You need to run both the backend server and the frontend development server simultaneously: Backend:http://localhost:5173, and it will proxy API requests to the backend at http://localhost:11345.
Building for Production
To create a production build:dist/ folder with optimized assets. You can then run the server in production mode: