- The .env.example will need renamed to .env
- The .env is where you will need to place all information for the backend (appwrite)
- Vite.config.js will need configured for the hostname and port to be used
- For this project Vite has only been used in development mode, it will need to be configured for production.
- 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
- This project uses ESLint to adhere to coding practices/standards, you can find this in the Extensions Tab if you are using VSCode