Set-Up Xyne Locally in Dev Mode
To Set-Up Xyne, follow the steps listed below :Clone the Xyne Repository :
Run the following command to clone the repository :Setup Environment variables:
The application is dependent on some environment variables that you will need to set up. You will find a.env.default file with default values set in it. You have the option of replacing the necessary values in that file, with the provided values here.
Or you could rename it to .env or .env.development based on your preference, and then add the values.
In the environment file, you can paste the following :
environment file
Set up Docker
Set up docker by running the follow command :Set permission to run the init-script
We first need to set the executable permission to run the init-script, for that, run the following command :Run the init-script to initialize the application
Navigate to the server folder usingcd server and run the following commands :
server folder run the following command :
3000
Start the Xyne client
To start the client side, navigate to thefrontend folder :
Client side .env
Create a new.env in the frontend folder, use the following command :
.env file :
5173. Go to xyne