From 71bfafa4b078d8cd7bc623f003b380ab5940ebeb Mon Sep 17 00:00:00 2001 From: sphinxrave <62570796+sphinxrave@users.noreply.github.com> Date: Sun, 8 Oct 2023 14:06:37 -0700 Subject: [PATCH] readme --- packages/react/README.md | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/packages/react/README.md b/packages/react/README.md index c5129660a..d88514876 100644 --- a/packages/react/README.md +++ b/packages/react/README.md @@ -1,6 +1,6 @@ -# React + TypeScript + Vite +# Holodex -## Holodex V3 React Rewrite +## Overview ### Design guidelines: @@ -20,6 +20,8 @@ - when upgrading iconify, make sure to bump: `@iconify/json`, `unocss`, all at the same time. - UNOCSS essentially extracts icons from class names as we use them and provides a css of only the icons we use. + + ## Getting Started This is a refresh of Holodex using React as the underlying mechanism. We want to use smaller components and be less dependent on external libraries this time around, especially taking in the lessons learned from depending on Vuetify too much in the Vue version. @@ -32,6 +34,25 @@ npm install npm run dev ``` +## Contributing + +We welcome all contributors, but encourage participants to first register for a discord account and join us on the Holodex discord server. This way it will be easier to communicate about project status, feature ideas, and reduce overhead. + +The goals of the repository in the long term: + +[ ] Migrate all Holodex V2 features to Holodex V3 + [ ] HomePage + [ ] Favorites Page + [ ] Search + [ ] Profile + [ ] Settings + [ ] About + [ ] TLDex + [ ] Editing Components +[ ] Migrate components to our own Shadcn-Radix variant + [ ] Kitchensink Page + + ## Notes