Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/teaishealthy/enid
An Eludris client built with React and Chakra UI
https://github.com/teaishealthy/enid
Last synced: about 1 month ago
JSON representation
An Eludris client built with React and Chakra UI
- Host: GitHub
- URL: https://github.com/teaishealthy/enid
- Owner: teaishealthy
- License: mit
- Created: 2023-03-04T20:02:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-05T19:59:16.000Z (about 1 year ago)
- Last Synced: 2024-08-01T10:17:02.173Z (4 months ago)
- Language: TypeScript
- Homepage: https://enid.eludris.com/
- Size: 1.37 MB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# enid
[![ISC License](https://img.shields.io/github/license/teaishealthy/enid?color=ff006e&style=flat-square)](https://github.com/teaishealthy/enid/blob/master/LICENSE)
[![Yarn](https://img.shields.io/badge/manager-yarn-%23ff006e?style=flat-square)](https://yarnpkg.com/)
[![Vite](https://img.shields.io/badge/bundler-vite-%23f00093?style=flat-square)](https://vitejs.dev/)
[![React](https://img.shields.io/badge/framework-react-%23d000b9?style=flat-square)](https://reactjs.org/)
[![Chakra UI](https://img.shields.io/badge/ui-chakra-%239b00de?style=flat-square)](https://chakra-ui.com/)
![Eludris](https://img.shields.io/badge/for-eludris-%237c29ef?style=flat-square)An Eludris client built with [React](https://reactjs.org/) 💪 and [Chakra UI](https://chakra-ui.com/) 🌈.
## Usage
You can just visit [enid.teaishealthy.me](https://enid.teaishealthy.me), where I host the latest version of the app.
## Development
This project was bootstrapped with [Vite](https://vitejs.dev/). It uses [React](https://reactjs.org/) and [Chakra UI](https://chakra-ui.com/).
### Prerequisites
- [Node.js](https://nodejs.org/en/)
- [Yarn](https://yarnpkg.com/en/)
- [Git](https://git-scm.com/)### Installation
Clone the repository (using your preferred method) and install the dependencies:
```bash
yarn
```### Running
To run the app in development mode, run:
```bash
yarn dev
```This will start a development server on [localhost:5173](http://localhost:5173).
### Building
To build the app for production, run:
```bash
yarn build
```This will create a production build in the `dist` directory.