Skip to content

teaishealthy/enid

Repository files navigation

enid

ISC License Yarn Vite React Chakra UI Eludris

An Eludris client built with React 💪 and Chakra UI 🌈.

Usage

You can just visit enid.teaishealthy.me, where I host the latest version of the app.

Development

This project was bootstrapped with Vite. It uses React and Chakra UI.

Prerequisites

Installation

Clone the repository (using your preferred method) and install the dependencies:

yarn

Running

To run the app in development mode, run:

yarn dev

This will start a development server on localhost:5173.

Building

To build the app for production, run:

yarn build

This will create a production build in the dist directory.