Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 760 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 760 Bytes

Important Notes

  1. The .env.example will need renamed to .env
  2. The .env is where you will need to place all information for the backend (appwrite)
  3. Vite.config.js will need configured for the hostname and port to be used
  4. For this project Vite has only been used in development mode, it will need to be configured for production.
  5. The page named "Forgot Password" is used for users of the app to reset their password and will need to be public facing, but we do recommend making this the only public facing page due to this being a administrative dashboard
  6. This project uses ESLint to adhere to coding practices/standards, you can find this in the Extensions Tab if you are using VSCode

Vite Documentation

Guide