Frontend dashboard of the scholarX platform
- Clone your forked repository
git clone https://github.com/USERNAME/scholarx-frontend cd scholarx-frontend
- Install all the dependencies
npm install
-
Start the server with
npm run dev
-
Visit your app at http://localhost:5173
The URL for the backend API is stored in an environment variable. To set this up:
-
Copy the .env file:
cp example.env .env
Replace the environment variables in the newly created .env file with your configuration.
Please note that you should not commit this change to the repository. It's recommended to use environment variables for different environments.