Welcome to the Octalogic Website! This guide will help you set up and run the project smoothly. 🚀
This project requires minimum Node.js 20.x. Ensure you have the correct version installed before proceeding.
Before running the application, you'll need to set up your environment variables:
- Request Environment File: Contact your admin to obtain the
.env
file containing the necessary environment variables - Place Environment File: Once received, place the
.env
file in the root directory of the project - Verify Setup: Ensure the
.env
file is properly configured with all required variables
Note: The application will not function correctly without the proper environment configuration. Make sure to obtain this file before proceeding with the installation.
We recommend using pnpm for package management.
Run the following command to install all required dependencies:
pnpm install
Use this command to start the application:
pnpm dev
📋 Complete Template Available: This project includes a comprehensive template that contains all the necessary components, configurations, and implementation details you'll need for development. The template serves as a complete reference with examples and best practices already implemented.