🚀 Deployment:
https://xandria-code.vercel.app/
This a proof-of-concept for a tool which can used by CODE and students to better navigate their internal resources. The plan is to eventually adapt this into a Open-Source solution where companies and teams can benefit from the same workflow.
The development of the project is still in progress.
To install this project and run it locally, please follow the following steps:
- Open the terminal and run:
git clone https://github.com/athifongoqa/xandria.git
- Navigate to the repository (
cd xandria
) and create a .env.local file as specified below; - Install the npm packages by running:
npm install
Run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.
Test against the development server:
npm run test:e2e:run
or
npm run test:comp:run
GOOGLE_ID=
GOOGLE_SECRET=
FIREBASE_API_KEY=
NEXTAUTH_URL=
NEXTAUTH_SECRET=
CODE_LOGO=
XANDRIA_TOKEN=
XANDRIA_BE_URL=
SCRAPER_BE_URL=
FIREBASE_SERVICE_ACCOUNT_KEY=