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.
We suggest not having multiple .env files during development because it might interfere with the way bun loads the environment files. For better clarity on order of precedence of the environment files refer to the Set up Environment Variables
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
In case of any required support, feel free to Contact Us