Install from source code
To install Zenith from source code, follow these steps:
- 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- Navigate to the Directory: Change your current directory to the cloned repository:
bash
cd zenith- Install Dependencies: Install the necessary dependencies using npm:
bash
npm install- Build the Project: Compile the source code by running the build command:
bash
npm run build- Run the Application: Finally, start the application with the following command:
bash
npm start- Access the Application: Open your web browser and navigate to
http://localhost:3000to access the Zenith application and begin the setup.