Skip to content

Install from source code

To install Zenith from source code, follow these steps:

  1. Clone the Repository: First, clone the Zenith repository from GitHub to your local machine using the following command:
bash
git clone https://github.com/sidekick-coder/zenith.git
  1. Navigate to the Directory: Change your current directory to the cloned repository:
bash
cd zenith
  1. Install Dependencies: Install the necessary dependencies using npm:
bash
npm install
  1. Build the Project: Compile the source code by running the build command:
bash
npm run build
  1. Run the Application: Finally, start the application with the following command:
bash
npm start
  1. Access the Application: Open your web browser and navigate to http://localhost:3000 to access the Zenith application and begin the setup.