An Eludris client built with React 💪 and Chakra UI 🌈.
You can just visit enid.teaishealthy.me, where I host the latest version of the app.
This project was bootstrapped with Vite. It uses React and Chakra UI.
Clone the repository (using your preferred method) and install the dependencies:
yarn
To run the app in development mode, run:
yarn dev
This will start a development server on localhost:5173.
To build the app for production, run:
yarn build
This will create a production build in the dist
directory.